diff gpp/settings.py @ 29:74f04122295e

Initial integration of django-elsewhere.
author Brian Neal <bgneal@gmail.com>
date Sun, 03 May 2009 20:14:04 +0000
parents 04377c5bf912
children c018872385ea
line wrap: on
line diff
--- a/gpp/settings.py	Wed Apr 22 00:34:42 2009 +0000
+++ b/gpp/settings.py	Sun May 03 20:14:04 2009 +0000
@@ -79,6 +79,7 @@
     # Always use forward slashes, even on Windows.
     # Don't forget to use absolute paths, not relative paths.
     os.path.join(project_path, 'templates'),
+    '/home/brian/coding/python/django/django-elsewhere/elsewhere/templates',
 )
 
 TEMPLATE_CONTEXT_PROCESSORS = (
@@ -97,6 +98,7 @@
     'django.contrib.sessions',
     'django.contrib.sites',
     'django.contrib.markup',
+    'elsewhere',
     'tagging',
     'accounts',
     'bio',