diff --git a/izaac/settings.py b/izaac/settings.py index f5317b6..838db3e 100644 --- a/izaac/settings.py +++ b/izaac/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = "django-insecure-ztiqj957k(j*@ms=-^9j+=j7wd+cyo*+9g&hkfh1bji-@#&6(e # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['izaac.izaac.pl'] # Application definition