--- 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'