do not print - but ignore if localsettings are not existing

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-05-14 11:58:43 +02:00
parent fa872ae6fe
commit 5238b257c4

View file

@ -109,4 +109,4 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static')
try:
from .settings_local import *
except ImportError as e:
print(e)
pass