importError fix

This commit is contained in:
Pierre-antoine Comby 2019-07-08 12:13:06 +00:00
parent eaa9b78d56
commit a60dc70172
1 changed files with 1 additions and 1 deletions

View File

@ -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