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!
DEBUG = True
ALLOWED_HOSTS = ['localhost', '192.168.178.49']
ALLOWED_HOSTS = [ 'localhost' ]
# Application definition