From 1639a079b89ab3716ec0e0e29a7a59f100364f21 Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Wed, 27 Oct 2021 16:24:05 +0530 Subject: [PATCH] remove accidental commit to settings.py that was made for local network testing (ALLOWED_HOSTS) --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 25a6554..c2c6edd 100755 --- a/app/settings.py +++ b/app/settings.py @@ -22,7 +22,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['*'] +ALLOWED_HOSTS = [] # Application definition