Contact forms.
[edumed.git] / edumed / settings.d / 30-apps.py
index db5d100..e98a3ee 100644 (file)
@@ -9,8 +9,12 @@ INSTALLED_APPS = (
     # Disable, if not using Piwik.
     'piwik.django',
     # Disable, if not using CAS.
+    'honeypot',
     'django_cas',
     'sponsors',
+    'haystack',
+    'chunks',
+    'contact',
 
     'django.contrib.auth',
     'django.contrib.contenttypes',