From 1727ac9e019d857412af9bff2460f671d55bb5c1 Mon Sep 17 00:00:00 2001 From: prance Date: Sun, 30 Jan 2022 17:57:33 +0100 Subject: [PATCH] add domain to allowed hosts --- MUOR/MUOR/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MUOR/MUOR/settings.py b/MUOR/MUOR/settings.py index b9669c02f..f662000c2 100644 --- a/MUOR/MUOR/settings.py +++ b/MUOR/MUOR/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-t52#vo-k9ty*$@u9bf75hrkd#^o_)gadrz9$7w%xnkb-0#y!bi # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['django', 'localhost'] +ALLOWED_HOSTS = ['django', 'localhost', 'randomsec.projektstudencki.pl'] # Application definition