diff --git a/backend/api/views.py b/backend/api/views.py index e7ff734..8f83813 100644 --- a/backend/api/views.py +++ b/backend/api/views.py @@ -5,7 +5,7 @@ IsAuthenticated, AllowAny, SAFE_METHODS) -from rest_framework.filters import SearchFilter +# from rest_framework.filters import SearchFilter from rest_framework.response import Response from djoser.views import UserViewSet from rest_framework.decorators import action