add hosts

This commit is contained in:
Martin Quarda 2024-02-06 08:38:53 +01:00
parent e8a0b6c03a
commit b63e83a6fe

View File

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-#q!-odx05#6o&1dek)4shtqdw!)s5oonenb(tcmuwclu^dy4!#
# 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 = ['https://alkator.cz'] ALLOWED_HOSTS = ['https://alkator.cz', 'localhost']
# Application definition # Application definition