From 6a02d9928c5950a77c09b459d0a765380175f54c Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Wed, 13 Dec 2023 05:05:28 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dallowed=5Fhosts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mower_data_collection/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mower_data_collection/settings.py b/mower_data_collection/settings.py index ea42a07..473c6ac 100644 --- a/mower_data_collection/settings.py +++ b/mower_data_collection/settings.py @@ -30,7 +30,7 @@ DEBUG = False ALLOWED_HOSTS = [ "127.0.0.1", - "https://mower.zhaozuohong.vip", + "mower.zhaozuohong.vip", ]