Merge branch 'qwann/html/user' into qwann/views/shared

This commit is contained in:
Qwann 2017-04-05 18:52:45 +02:00
commit 03b1fc31b8

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',