Removed dev specific settings.

This commit is contained in:
Marcus Scholz 2020-09-09 20:43:49 +02:00
parent 96af47c539
commit 7b94482cef

View File

@ -29,7 +29,7 @@ SECRET_KEY = 'n$(bx8(^)*wz1ygn@-ekt7rl^1km*!_c+fwwjiua8m@-x_rpl0'
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ['localhost', '192.168.178.49'] ALLOWED_HOSTS = [ 'localhost' ]
# Application definition # Application definition
@ -150,4 +150,4 @@ THUMBNAIL_ALIASES = {
}, },
} }
SVG_ICONS_SOURCE_FILE = os.path.join(BASE_DIR, 'lostplaces_app', 'static', 'icons', 'icons.icomoon.json') SVG_ICONS_SOURCE_FILE = os.path.join(BASE_DIR, 'lostplaces_app', 'static', 'icons', 'icons.icomoon.json')