diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-01-02 05:08:25 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-01-02 05:08:25 +0000 |
| commit | 8bb07998ca7bd607fb88f5ff5169d761e9bf0a2f (patch) | |
| tree | 041c82e721933d3cc9fd9ff0cb3dddd3a84d2d46 /docs | |
| parent | 8abd63f450c68dcf249a82387cc4c9248eb0171d (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/django-admin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index fe43f9586c..21821ab2e9 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -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 ============== |
