mirror of https://gitlab.crans.org/bde/nk20
importError fix
This commit is contained in:
parent
eaa9b78d56
commit
a60dc70172
|
@ -145,6 +145,6 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from settings_local import *
|
from .settings_local import *
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue