From 148a25abd0bca80b68aecb98145a0ad46b79c9c6 Mon Sep 17 00:00:00 2001 From: VladislavOstapov Date: Tue, 28 Mar 2023 16:36:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20allowed=20host=20=D0=B2=20=D0=BD=D0=B0=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arka/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arka/settings.py b/arka/settings.py index 0c82097..48c7c96 100755 --- a/arka/settings.py +++ b/arka/settings.py @@ -31,7 +31,7 @@ SECRET_KEY = os.getenv('DJANGO_SECRET_KEY') # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["arka-dev.topserv4824.duckdns.org", "192.168.0.160", "localhost"] +ALLOWED_HOSTS = ["arka-dev.topserv4824.duckdns.org", "arka.topserv4824.duckdns.org", "192.168.0.160", "localhost"] CSRF_TRUSTED_ORIGINS = ['https://arka-dev.topserv4824.duckdns.org'] # Application definition