Ticket #6252: django-admin.txt.diff

File django-admin.txt.diff, 572 bytes (added by whiskybar, 16 years ago)
  • docs/django-admin.txt

     
    716716``django-admin.py`` will use the ``DJANGO_SETTINGS_MODULE`` environment
    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
    723723==============
Back to Top