importError fix
This commit is contained in:
parent
eaa9b78d56
commit
a60dc70172
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue