From cd1865293eb81a282d2441180d3af25f2ddbf83b Mon Sep 17 00:00:00 2001 From: Miga Date: Sat, 29 Jun 2024 11:44:26 +0800 Subject: [PATCH] test commit --- efile/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efile/settings.py b/efile/settings.py index 710ad8d..7b6aba4 100644 --- a/efile/settings.py +++ b/efile/settings.py @@ -25,7 +25,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["**"] # Application definition