Ticket #6252: django-admin.txt.diff
| File django-admin.txt.diff, 0.6 kB (added by whiskybar, 1 year ago) |
|---|
-
docs/django-admin.txt
old new 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 ==============
