Django

Code

Changeset 6983

Show
Ignore:
Timestamp:
01/01/08 23:08:25 (8 months ago)
Author:
adrian
Message:

Fixed #6252 -- Clarified the --settings option in docs/django-admin.txt. Thanks, whiskybar

Files:

Legend:

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

    r6938 r6983  
    717717variable. 
    718718 
    719 Note that this option is unnecessary in ``manage.py``, because it takes care of 
    720 setting ``DJANGO_SETTINGS_MODULE`` for you. 
     719Note that this option is unnecessary in ``manage.py``, because it uses 
     720``settings.py`` from the current project by default.  
    721721 
    722722Extra niceties