From 6b2fef8cb5b6f9e49e8154d95cde5eb38f34bee1 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 18 Nov 2020 00:21:04 +0100 Subject: [PATCH] Update settings.py --- mi_web/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mi_web/settings.py b/mi_web/settings.py index 2684f4e..c8eea64 100644 --- a/mi_web/settings.py +++ b/mi_web/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'pzcj^u^ktd7$9#pd196m+=#384=*%^il2r5po-)jutl^zpt%k0' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["*"] # Application definition