Kaydet (Commit) 7c3d6149 authored tarafından Tim Graham's avatar Tim Graham

Removed ADMIN_FOR from global_settings.py.

The functionality it was used for was removed in Django 1.7.
üst c37000ab
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment