Merge branch 'master' into forum
[edumed.git] / edumed / settings.d / 30-apps.py
index 0ba0726..824b44b 100644 (file)
@@ -9,11 +9,15 @@ INSTALLED_APPS = (
     # Disable, if not using Piwik.
     'piwik.django',
     # Disable, if not using CAS.
+    'honeypot',
     'django_cas',
     'sponsors',
     'haystack',
     'chunks',
-
+    'contact',
+    'pybb',
+    'django_libravatar',
+    'sorl.thumbnail',
 
     'django.contrib.auth',
     'django.contrib.contenttypes',