django: Remove deprecated AXES_BEHIND_REVERSE_PROXY

Closes #1244

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2019-01-21 17:05:56 -05:00 committed by Sunil Mohan Adapa
parent e86de73fe5
commit de2f1437ea
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -94,7 +94,6 @@ def init():
},
],
AXES_LOCKOUT_URL='locked/',
AXES_BEHIND_REVERSE_PROXY=True,
CACHES={
'default': {
'BACKEND': 'django.core.cache.backends.dummy.DummyCache'