Django

Code

Changeset 8740

Show
Ignore:
Timestamp:
08/30/08 03:59:37 (3 months ago)
Author:
ubernostrum
Message:

Fixed #8639; documented the fact that the "startproject" command is invalid when fed an existing project's settings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/ref/django-admin.txt

    r8548 r8740  
    646646current directory. 
    647647 
     648This command is disabled when the ``--settings`` option to 
     649``django-admin.py`` is used, or when the environment variable 
     650``DJANGO_SETTINGS_MODULE`` has been set. To re-enable it in these 
     651situations, either omit the ``--settings`` option or unset 
     652``DJANGO_SETTINGS_MODULE``. 
     653 
    648654syncdb 
    649655------