Skip to content

Commit

Permalink
Correctly importing settings in run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fish2000 committed Feb 8, 2014
1 parent ce59e05 commit 889424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docfield/run.py
@@ -1,5 +1,5 @@

from docfield import settings as docfield_settings
import settings as docfield_settings
from django.conf import settings
if not settings.configured:
settings.configure(**docfield_settings.__dict__)
Expand Down

0 comments on commit 889424a

Please sign in to comment.