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 = ( ...@@ -144,11 +144,11 @@ TEMPLATE_DIRS = (
) )
INSTALLED_APPS = ( INSTALLED_APPS = (
# 'django.contrib.auth', 'django.contrib.auth',
# 'django.contrib.contenttypes', 'django.contrib.contenttypes',
'djangosecure', 'djangosecure',
'django.contrib.sessions', 'django.contrib.sessions',
#'django.contrib.sites', 'django.contrib.sites',
## needed for queues ## needed for queues
'djcelery', 'djcelery',
'kombu.transport.django', 'kombu.transport.django',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment