Django

Code

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  
    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==============