1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-23 07:52:23 +00:00

importError fix

This commit is contained in:
Pierre-antoine Comby 2019-07-08 12:13:06 +00:00
parent eaa9b78d56
commit a60dc70172

View File

@ -145,6 +145,6 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATIC_URL = '/static/'
try:
from settings_local import *
from .settings_local import *
except ImportError:
pass