Ups, not for the settings file.

This commit is contained in:
Marcus Scholz 2020-09-11 19:23:13 +02:00
parent 7687acb366
commit f5bf642cd6

View File

@ -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.
try:
from lostplaces_app.local_settings import *
from .local_settings import *
except ImportError:
pass