restore settings import as django-appconf relies on it being there

This commit is contained in:
David Ray 2014-01-16 10:48:39 -05:00
parent 70b0906bc5
commit c654c5aabb

View file

@ -1,3 +1,5 @@
from django.conf import settings
from appconf import AppConf