From 7047d74af0828923876af5d1f34576c795056fc1 Mon Sep 17 00:00:00 2001 From: Luke Hatcher Date: Tue, 14 Aug 2012 03:55:02 -0400 Subject: [PATCH] include symposion app to get templates --- symposion_project/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/symposion_project/settings.py b/symposion_project/settings.py index e8279f3c..1311eafd 100644 --- a/symposion_project/settings.py +++ b/symposion_project/settings.py @@ -161,6 +161,7 @@ INSTALLED_APPS = [ "account", # symposion + "symposion", "symposion.sponsorship", "symposion.conference", "symposion.cms",