1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +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/' STATIC_URL = '/static/'
try: try:
from settings_local import * from .settings_local import *
except ImportError: except ImportError:
pass pass