Removed ADMIN_FOR from global_settings.py.

The functionality it was used for was removed in Django 1.7.
This commit is contained in:
Tim Graham 2014-07-02 10:19:15 -04:00
parent c37000ab04
commit 7c3d6149a7
1 changed files with 0 additions and 5 deletions

View File

@ -259,11 +259,6 @@ ABSOLUTE_URL_OVERRIDES = {}
# Example: ('/home/html', '/var/www')
ALLOWED_INCLUDE_ROOTS = ()
# If this is an admin settings module, this should be a list of
# settings modules (in the format 'foo.bar.baz') for which this admin
# is an admin.
ADMIN_FOR = ()
# List of compiled regular expression objects representing URLs that need not
# be reported by BrokenLinkEmailsMiddleware. Here are a few examples:
# import re