From 32967b3ea92b91e4f328575cda96a6e888d9959c Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 22 Aug 2022 14:54:29 +0300 Subject: [PATCH] allowed host --- battleship_back/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battleship_back/settings.py b/battleship_back/settings.py index eeb888b..aa70a6f 100644 --- a/battleship_back/settings.py +++ b/battleship_back/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-$x=irhk3ts1ae%b+kpr+g%mk3v$eb++^0eh(eg0)+-hb+ane82 # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition