Ticket #6252: django-admin.txt.diff
File django-admin.txt.diff, 572 bytes (added by , 17 years ago) |
---|
-
docs/django-admin.txt
716 716 ``django-admin.py`` will use the ``DJANGO_SETTINGS_MODULE`` environment 717 717 variable. 718 718 719 Note that this option is unnecessary in ``manage.py``, because it takes care of720 setting ``DJANGO_SETTINGS_MODULE`` for you.719 Note that this option is unnecessary in ``manage.py``, because it uses 720 ``settings.py`` from the current project by default. 721 721 722 722 Extra niceties 723 723 ==============