mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
61da3cc47a
commit
49f57a5d28
32 changed files with 215 additions and 199 deletions
|
|
@ -1765,7 +1765,7 @@ In this example, we register the default ``AdminSite`` instance
|
|||
)
|
||||
|
||||
Above we used ``admin.autodiscover()`` to automatically load the
|
||||
``INSTALLED_APPS`` admin.py modules.
|
||||
:setting:`INSTALLED_APPS` admin.py modules.
|
||||
|
||||
In this example, we register the ``AdminSite`` instance
|
||||
``myproject.admin.admin_site`` at the URL ``/myadmin/`` ::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue