Ups, not for the settings file.
This commit is contained in:
parent
7687acb366
commit
f5bf642cd6
@ -143,6 +143,6 @@ LOGOUT_REDIRECT_URL = reverse_lazy('lostplaces_home')
|
|||||||
# Load and override settings from local_settings.py and don't fail on errors.
|
# Load and override settings from local_settings.py and don't fail on errors.
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from lostplaces_app.local_settings import *
|
from .local_settings import *
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user