Removed obsolete setting LOGOUT_URL

This commit is contained in:
Jeremy Stretch 2016-08-10 16:08:02 -04:00
parent 1f4d5b84b3
commit 7938c9211f

View File

@ -172,7 +172,6 @@ MESSAGE_TAGS = {
# Authentication URLs # Authentication URLs
LOGIN_URL = '/login/' LOGIN_URL = '/login/'
LOGIN_REDIRECT_URL = '/' LOGIN_REDIRECT_URL = '/'
LOGOUT_URL = '/logout/'
# Secrets # Secrets
SECRETS_MIN_PUBKEY_SIZE = 2048 SECRETS_MIN_PUBKEY_SIZE = 2048