Fixed #23067 -- Updated docs to use django-admin

This commit is contained in:
Christoph Heer 2014-07-26 13:21:52 +02:00 committed by Tim Graham
parent 66630f589c
commit d47409831f
31 changed files with 187 additions and 198 deletions

View file

@ -50,7 +50,7 @@ Installation
Authentication support is bundled as a Django contrib module in
``django.contrib.auth``. By default, the required configuration is already
included in the :file:`settings.py` generated by :djadmin:`django-admin.py
included in the :file:`settings.py` generated by :djadmin:`django-admin
startproject <startproject>`, these consist of two items listed in your
:setting:`INSTALLED_APPS` setting: