diff --git a/mower_data_collection/settings.py b/mower_data_collection/settings.py index 81317b9..ea42a07 100644 --- a/mower_data_collection/settings.py +++ b/mower_data_collection/settings.py @@ -28,7 +28,10 @@ SECRET_KEY = os.environ["SECRET_KEY"] # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False -ALLOWED_HOSTS = ["127.0.0.1"] +ALLOWED_HOSTS = [ + "127.0.0.1", + "https://mower.zhaozuohong.vip", +] # Application definition