исправил ошибку в настройках
This commit is contained in:
parent
611bef29c2
commit
e9de34c0e2
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue