diff options
| author | Carl Meyer <carl@oddbird.net> | 2011-10-13 05:56:15 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2011-10-13 05:56:15 +0000 |
| commit | 38f1fe3b35c212136d959538a309c33bf2d340a9 (patch) | |
| tree | e3ef8f67f85be6c9217bd6fca5985e7342c5e421 /docs/ref | |
| parent | f04af7080b12744c8f06fb8228ef683d556690d0 (diff) | |
Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index c07b61c8ef..88c2569607 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -907,12 +907,6 @@ startproject <projectname> Creates a Django project directory structure for the given project name in the current directory. -This command is disabled when the ``--settings`` option to -``django-admin.py`` is used, or when the environment variable -``DJANGO_SETTINGS_MODULE`` has been set. To re-enable it in these -situations, either omit the ``--settings`` option or unset -``DJANGO_SETTINGS_MODULE``. - syncdb ------ |
