From b7d1d1a96802c8a01eae62c329b89935c55f88fa Mon Sep 17 00:00:00 2001 From: Patrick Altman Date: Thu, 18 Dec 2014 08:14:32 -0600 Subject: [PATCH] Fix the appconf --- symposion/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symposion/conf.py b/symposion/conf.py index dd2a6d50..ad9a1324 100644 --- a/symposion/conf.py +++ b/symposion/conf.py @@ -1,3 +1,5 @@ +from django.conf import settings + from appconf import AppConf