1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00

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

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 #
##################