diff --git a/alkator/settings.py b/alkator/settings.py index 56ee0c1..86bde26 100644 --- a/alkator/settings.py +++ b/alkator/settings.py @@ -25,9 +25,9 @@ SECRET_KEY = 'django-insecure-#q!-odx05#6o&1dek)4shtqdw!)s5oonenb(tcmuwclu^dy4!# # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['https://alkator.cz', 'localhost'] +ALLOWED_HOSTS = ['https://alkator.cz', 'https://beta.alkator.cz', 'localhost'] -CSRF_TRUSTED_ORIGINS = ['https://alkator.cz'] +CSRF_TRUSTED_ORIGINS = ['https://alkator.cz', 'https://beta.alkator.cz'] # Application definition