Iam trying to implement the web api for shifts , here ShiftsViewSet is my
api view , while running this project im trying to filter according to id , but its showing error ,
ShiftsViewSet' should either include a queryset attribute, or override the get_queryset() method ,
can any one help me to do solve this problem,
thanks in adavance.