From c654c5aabbf1db1d1aab690619e05d45bb730d92 Mon Sep 17 00:00:00 2001 From: David Ray Date: Thu, 16 Jan 2014 10:48:39 -0500 Subject: [PATCH] restore settings import as django-appconf relies on it being there --- 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