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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2008-01-02 05:08:25 +00:00
parent 8abd63f450
commit 8bb07998ca
1 changed files with 2 additions and 2 deletions

View File

@ -716,8 +716,8 @@ in Python package syntax, e.g. ``mysite.settings``. If this isn't provided,
``django-admin.py`` will use the ``DJANGO_SETTINGS_MODULE`` environment
variable.
Note that this option is unnecessary in ``manage.py``, because it takes care of
setting ``DJANGO_SETTINGS_MODULE`` for you.
Note that this option is unnecessary in ``manage.py``, because it uses
``settings.py`` from the current project by default.
Extra niceties
==============