src/aixweb/settings.py
changeset 38 4a426ead9d76
parent 12 dbe15daa39f1
--- a/src/aixweb/settings.py	Thu Jun 20 14:42:14 2013 +0200
+++ b/src/aixweb/settings.py	Thu Jun 20 15:11:28 2013 +0200
@@ -129,26 +129,26 @@
     'django.contrib.admin',
     'django.contrib.staticfiles',
     'haystack',
-    'tastypie',
-    'guardian',
+    'aixweb',
+    'registration',
     'tagging',
-    'registration',
+    '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',
-    'ldt',
-    'ldt.core',
-    'ldt.security',
-    'ldt.user',
-    'ldt.ldt_utils',
-    'ldt.text',
-    'ldt.management',
-    'ldt.indexation',
-    'hashcut',
+    'tastypie',
+    #'hashcut',
     'chunked_uploads',
-    'aixweb',
+    'metadatacomposer',
 )
 
 #AUTH_PROFILE_MODULE = 'user.UserProfile'