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()