avoid error 500 on bad submission id
[edumed.git] / edumed / settings / apps.py
index 04835b5..2bd13bc 100644 (file)
@@ -2,12 +2,8 @@
 
 INSTALLED_APPS = (
     'edumed',
-    'curriculum',
-    'catalogue',
-    'comment',
     'wtem',
-    'publishers',
-    'api',
+    'stage2',
 
     'fnpdjango',
     'south',
@@ -22,12 +18,9 @@ INSTALLED_APPS = (
     'haystack',
     'chunks',
     'contact',
-    'forum',
-    'pybb',
     'django_libravatar',
     'sorl.thumbnail',
     'subdomains',
-    'piston',
 
     'django.contrib.auth',
     'django.contrib.contenttypes',