do not print - but ignore if localsettings are not existing
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
2ef2269c41
commit
c05c253b42
1 changed files with 1 additions and 1 deletions
|
@ -109,4 +109,4 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
|||
try:
|
||||
from .settings_local import *
|
||||
except ImportError as e:
|
||||
print(e)
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue