Fix settings import

This commit is contained in:
Tomas Gavenciak 2015-03-14 00:40:55 +01:00
parent 8262864be9
commit 568f4e9fd8
2 changed files with 9 additions and 2 deletions

View file

@ -1,2 +1,5 @@
from .settings import *
from .settings_common import *
# Specific settings for remote production
# ...

View file

@ -1,2 +1,6 @@
from .settings import *
from .settings_common import *
# Specific settings for remote test site
# ...