oubli
This commit is contained in:
parent
3d437624ca
commit
1eed88736f
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,12 @@ CAS_EMAIL_FORMAT = "%s@clipper.ens.fr"
|
|||
LOGIN_URL = '/login/'
|
||||
LOGOUT_URL = '/logout/'
|
||||
|
||||
from django.conf.global_settings import TEMPLATE_CONTEXT_PROCESSORS as TCP
|
||||
|
||||
TEMPLATE_CONTEXT_PROCESSORS = TCP + (
|
||||
'django.core.context_processors.request',
|
||||
)
|
||||
|
||||
# Database
|
||||
# https://docs.djangoproject.com/en/1.7/ref/settings/#databases
|
||||
|
||||
|
|
Loading…
Reference in a new issue