mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02: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