add local settings import

This commit is contained in:
2017-01-09 08:18:44 +01:00
parent 7f98816235
commit cb2b3cf9da

View File

@@ -137,3 +137,8 @@ try:
except ImportError:
pass
try:
from caromserver.local_settings import *
except ImportError:
pass