update config with the good installed apps (specially aixweb and metadatacomposer)
authorcavaliet
Tue, 11 Jun 2013 17:50:17 +0200
changeset 27 3af187603a1e
parent 26 be80ca32f242
child 28 c966f02b1e68
update config with the good installed apps (specially aixweb and metadatacomposer)
src/aixweb/config.py.tmpl
--- a/src/aixweb/config.py.tmpl	Tue Jun 11 17:37:30 2013 +0200
+++ b/src/aixweb/config.py.tmpl	Tue Jun 11 17:50:17 2013 +0200
@@ -69,6 +69,38 @@
     }
 }
 
+INSTALLED_APPS = (
+    'django_extensions',
+    'django.contrib.auth',
+    'django.contrib.contenttypes',
+    'django.contrib.sessions',
+    'django.contrib.sites',
+    'django.contrib.messages',
+    'django.contrib.admin',
+    'django.contrib.staticfiles',
+    'haystack',
+    'aixweb',
+    'registration',
+    'tagging',
+    'ldt',
+    'ldt.core',
+    'ldt.ldt_utils',
+    'ldt.text',
+    'ldt.user',
+    'ldt.management',
+    'ldt.indexation',
+    'oauth_provider',
+    'django_openid_consumer',
+    'social_auth',
+    'south',
+    'guardian',
+    'sorl.thumbnail',
+    'tastypie',
+    'chunked_uploads',
+    'metadatacomposer',
+)
+
+
 DEBUG = True
 TEMPLATE_DEBUG = DEBUG