cleaning config file

This commit is contained in:
Élie Bouttier 2014-08-19 19:16:32 -07:00
parent 8c5ed0c4bb
commit 4de40205cb

View file

@ -102,13 +102,6 @@ LOGIN_URL = '/login'
LOGIN_REDIRECT_URL = '/' LOGIN_REDIRECT_URL = '/'
CRISPY_TEMPLATE_PACK = 'bootstrap3'
from django.contrib.messages import constants as messages
MESSAGE_TAGS = {
messages.ERROR: 'danger',
}
TEMPLATE_CONTEXT_PROCESSORS = ( TEMPLATE_CONTEXT_PROCESSORS = (
'django.contrib.messages.context_processors.messages', 'django.contrib.messages.context_processors.messages',
'django.contrib.auth.context_processors.auth', 'django.contrib.auth.context_processors.auth',