Changed global_settings.ADMIN_FOR from [] to ()

git-svn-id: http://code.djangoproject.com/svn/django/trunk@894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-17 04:36:51 +00:00
parent 3df39deede
commit 8b7ebca68a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ ALLOWED_INCLUDE_ROOTS = ()
# If this is a admin settings module, this should be a list of # If this is a admin settings module, this should be a list of
# settings modules (in the format 'foo.bar.baz') for which this admin # settings modules (in the format 'foo.bar.baz') for which this admin
# is an admin. # is an admin.
ADMIN_FOR = [] ADMIN_FOR = ()
# Whether to check the flat-pages table as a last resort for all 404 errors. # Whether to check the flat-pages table as a last resort for all 404 errors.
USE_FLAT_PAGES = True USE_FLAT_PAGES = True