From 3cbfcc2cddb7e453369c72d15a186c8e9a0ec207 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Fri, 9 Oct 2020 15:37:31 +0200 Subject: [PATCH] change allowed hosts -> '*' --- TradeApp/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TradeApp/settings.py b/TradeApp/settings.py index ea9474e..78eec71 100755 --- a/TradeApp/settings.py +++ b/TradeApp/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = ')o!ecewa-#m^$l$qy*pb)l&$swgt*xx8#j#hm3&2%^t#w-tqwu' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition