From e9de34c0e249452e582e6cb35ed45dd2f35bf127 Mon Sep 17 00:00:00 2001 From: Mike0001-droid Date: Fri, 24 May 2024 17:42:11 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D1=83=20=D0=B2=20=D0=BD?= =?UTF-8?q?=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ITRadio/ITRadioBackend/ITRadioBackend/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ITRadio/ITRadioBackend/ITRadioBackend/urls.py b/ITRadio/ITRadioBackend/ITRadioBackend/urls.py index 2441af4..f842901 100644 --- a/ITRadio/ITRadioBackend/ITRadioBackend/urls.py +++ b/ITRadio/ITRadioBackend/ITRadioBackend/urls.py @@ -12,7 +12,7 @@ from django.conf.urls.static import static from news import views as newsViews from rest_framework import routers, serializers, viewsets from userProfile.views import ProfileViewSet -import settings +from django.conf import settings router = routers.DefaultRouter()