Merge branch 'qwann/views/shared' into qwann/move_user

This commit is contained in:
Qwann 2017-04-06 00:46:29 +02:00
commit 9f4ab91aad

View file

@ -64,10 +64,6 @@ ROOT_URLCONF = 'evenementiel.urls'
LOGIN_REDIRECT_URL = reverse_lazy('shared:home')
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'shared/static/'),
]
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',