diff --git a/apps/podcast/views.py b/apps/podcast/views.py index 3a53e24..b0bba13 100644 --- a/apps/podcast/views.py +++ b/apps/podcast/views.py @@ -1,3 +1,4 @@ +from django.db.models import Q from rest_framework import generics, status from rest_framework.authentication import TokenAuthentication from rest_framework.decorators import action diff --git a/apps/video/views.py b/apps/video/views.py index 4cefa60..72d163f 100644 --- a/apps/video/views.py +++ b/apps/video/views.py @@ -1,3 +1,4 @@ +from django.db.models import Q from rest_framework import generics, status from rest_framework.authentication import TokenAuthentication from rest_framework.decorators import action