add command to notify teachers about unconfirmed students
[edumed.git] / edumed / settings / apps.py
index 04835b5..0234807 100644 (file)
@@ -2,12 +2,13 @@
 
 INSTALLED_APPS = (
     'edumed',
-    'curriculum',
-    'catalogue',
-    'comment',
+    'curriculum',
+    'catalogue',
+    'comment',
     'wtem',
-    'publishers',
-    'api',
+    'stage2',
+    # 'publishers',
+    # 'api',
 
     'fnpdjango',
     'south',
@@ -22,12 +23,12 @@ INSTALLED_APPS = (
     'haystack',
     'chunks',
     'contact',
-    'forum',
-    'pybb',
+    'forum',
+    'pybb',
     'django_libravatar',
     'sorl.thumbnail',
     'subdomains',
-    'piston',
+    'piston',
 
     'django.contrib.auth',
     'django.contrib.contenttypes',