From 4f322ad48de52ca717c2ed8c5a098b00e52978c5 Mon Sep 17 00:00:00 2001 From: Marco Ciotola <848222@stud.unive.it> Date: Tue, 19 Feb 2019 01:06:11 +0100 Subject: [PATCH] [DJ1.9] Add used django.contrib apps in installed apps --- settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.py b/settings.py index b01eb01..2c6130d 100644 --- a/settings.py +++ b/settings.py @@ -144,11 +144,11 @@ TEMPLATE_DIRS = ( ) INSTALLED_APPS = ( -# 'django.contrib.auth', -# 'django.contrib.contenttypes', + 'django.contrib.auth', + 'django.contrib.contenttypes', 'djangosecure', 'django.contrib.sessions', - #'django.contrib.sites', + 'django.contrib.sites', ## needed for queues 'djcelery', 'kombu.transport.django', -- GitLab