Skip to content
Snippets Groups Projects
Unverified Commit 4f322ad4 authored by Marco Ciotola's avatar Marco Ciotola
Browse files

[DJ1.9] Add used django.contrib apps in installed apps

parent 97418e68
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment