settings.py
changeset 5 9a671f3eb24c
parent 2 a28d06481350
child 7 dfedb369f32e
--- a/settings.py	Mon Apr 19 22:06:51 2010 +0530
+++ b/settings.py	Mon Apr 19 22:36:23 2010 +0530
@@ -69,6 +69,7 @@
     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
     # Always use forward slashes, even on Windows.
     # Don't forget to use absolute paths, not relative paths.
+    './templates',
 )
 
 INSTALLED_APPS = (
@@ -76,4 +77,6 @@
     'django.contrib.contenttypes',
     'django.contrib.sessions',
     'django.contrib.sites',
+    'offline.event',
+    'offline.feedback',
 )