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:
parent
cc3803e147
commit
6a25d90e49
|
@ -470,10 +470,6 @@ COMMENTS_SKETCHY_USERS_GROUP = None
|
||||||
# user. Set this to 0 if you want to disable it.
|
# user. Set this to 0 if you want to disable it.
|
||||||
COMMENTS_FIRST_FEW = 0
|
COMMENTS_FIRST_FEW = 0
|
||||||
|
|
||||||
# A tuple of IP addresses that have been banned from participating in various
|
|
||||||
# Django-powered features.
|
|
||||||
BANNED_IPS = ()
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# AUTHENTICATION #
|
# AUTHENTICATION #
|
||||||
##################
|
##################
|
||||||
|
|
Loading…
Reference in New Issue