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