From 450c9a65cd3490eabf6a4b2a9efaa92fb1284080 Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 18 Jul 2022 10:49:37 +0530 Subject: Allowing all hosts temporarily --- thatcomputerscientist/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thatcomputerscientist/settings.py b/thatcomputerscientist/settings.py index 239c6abf..7a04e338 100644 --- a/thatcomputerscientist/settings.py +++ b/thatcomputerscientist/settings.py @@ -29,7 +29,7 @@ SECRET_KEY = 'django-insecure--8^hnd!ymuui4c2hu0$x9_j@eylb2tpr1xiq@xr2a(2vfwc=2_ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["*"] # Application definition -- cgit v1.2.3