From 03bf8c278b278d1a11cb56bedcc5c1dbf90c0479 Mon Sep 17 00:00:00 2001 From: Marcel Plch Date: Mon, 9 Aug 2021 18:03:11 +0200 Subject: [PATCH] GPG signature test --- plchweb/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plchweb/settings.py b/plchweb/settings.py index b955a92..63084e9 100644 --- a/plchweb/settings.py +++ b/plchweb/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'f^%0urhe2)0q^*x^=pv$2cs%m3(xjtqw_x+uzm!io=as316=+x' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["127.0.0.1"] # Application definition