From 9ddc4e5c9b2bf4279272ed1f557ffa63770f20d2 Mon Sep 17 00:00:00 2001 From: Andrey Golovizin Date: Sat, 8 Feb 2020 15:17:07 +0100 Subject: [PATCH] =?UTF-8?q?Move=20to=20golovizin.ru=20and=20=D0=B3=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D0=B8=D0=B7=D0=B8=D0=BD.=D1=80=D1=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/strojnadzor/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strojnadzor/settings.py b/src/strojnadzor/settings.py index 28afeda..4ab2373 100644 --- a/src/strojnadzor/settings.py +++ b/src/strojnadzor/settings.py @@ -32,7 +32,7 @@ SECRET_KEY = "15-d*6bl(@+jfo92@=67vi1ohx%3e&^l98*bo*v$$+ms%!l(!!" # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['.golovizin.ru', '.xn--b1abndboscb.xn--p1ai'] # Application definition