From fae596fbffffa46a84c4eb29ee26ae663004bd5c Mon Sep 17 00:00:00 2001 From: Mike0001-droid Date: Fri, 24 May 2024 17:30:52 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B2=20allowed=5Fhosts=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81=20?= =?UTF-8?q?=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ITRadio/ITRadioBackend/ITRadioBackend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ITRadio/ITRadioBackend/ITRadioBackend/settings.py b/ITRadio/ITRadioBackend/ITRadioBackend/settings.py index aafa50f..077cc31 100644 --- a/ITRadio/ITRadioBackend/ITRadioBackend/settings.py +++ b/ITRadio/ITRadioBackend/ITRadioBackend/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-z242=*-knp4h=0l1*o-nyid^y0bwt4bvg3tf*wvr(qszj&!8$c # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['83.147.244.32'] # Application definition