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 2ef2269c41
commit c05c253b42
1 changed files with 1 additions and 1 deletions

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