Commit 6a25d90e authored by Luke Plant's avatar Luke Plant
Browse files

Removed totally unused setting.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent cc3803e1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 #
##################