From 7e089fd43a6752349dd25257c4efffe1d3a6c92d Mon Sep 17 00:00:00 2001 From: Mike0001-droid Date: Fri, 21 Jun 2024 16:28:44 +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=B0=D0=B4=D1=80=D0=B5=D1=81=20=D0=BF=D1=80=D0=BE=D0=B4=D0=B0?= =?UTF-8?q?=20=D0=B2=20=D0=B0=D0=BB=D0=BE=D0=B2=D0=B5=D0=B4=20=D1=85=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/proj/conf/settings/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/proj/conf/settings/production.py b/server/proj/conf/settings/production.py index a17a09c..7600045 100644 --- a/server/proj/conf/settings/production.py +++ b/server/proj/conf/settings/production.py @@ -2,7 +2,7 @@ import sys from .base import * DEBUG = False -ALLOWED_HOSTS = ['82.97.242.49'] +ALLOWED_HOSTS = ['82.97.242.49', 'itradio.team'] # Database # https://docs.djangoproject.com/en/3.2/ref/settings/#databases