Browse Source

search problem fixed

master
Mohsen Taba 1 day ago
parent
commit
bd14de8951
  1. 1
      apps/podcast/views.py
  2. 1
      apps/video/views.py

1
apps/podcast/views.py

@ -1,3 +1,4 @@
from django.db.models import Q
from rest_framework import generics, status from rest_framework import generics, status
from rest_framework.authentication import TokenAuthentication from rest_framework.authentication import TokenAuthentication
from rest_framework.decorators import action from rest_framework.decorators import action

1
apps/video/views.py

@ -1,3 +1,4 @@
from django.db.models import Q
from rest_framework import generics, status from rest_framework import generics, status
from rest_framework.authentication import TokenAuthentication from rest_framework.authentication import TokenAuthentication
from rest_framework.decorators import action from rest_framework.decorators import action

Loading…
Cancel
Save