mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-01 08:04:36 +01:00
importError fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user