1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

magic-removal: Fixed #1167 -- Added small bit of docs to ADMIN_FOR setting

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-04-23 22:51:33 +00:00
parent 980a522f9f
commit 2d5d40a7f1

View File

@ -167,6 +167,9 @@ Default: ``()`` (Empty list)
Used for admin-site settings modules, this should be a tuple of settings
modules (in the format ``'foo.bar.baz'``) for which this site is an admin.
The admin site uses this in its automatically-introspected documentation of
models, views and template tags.
ADMIN_MEDIA_PREFIX
------------------