Removed totally unused setting.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2011-03-28 22:19:14 +00:00
parent cc3803e147
commit 6a25d90e49
1 changed files with 0 additions and 4 deletions

View File

@ -470,10 +470,6 @@ COMMENTS_SKETCHY_USERS_GROUP = None
# user. Set this to 0 if you want to disable it.
COMMENTS_FIRST_FEW = 0
# A tuple of IP addresses that have been banned from participating in various
# Django-powered features.
BANNED_IPS = ()
##################
# AUTHENTICATION #
##################