add pagination for employee
This commit is contained in:
parent
ad21b6eb24
commit
5041798020
|
|
@ -172,7 +172,6 @@ class EmployeeListCreateView(generics.ListCreateAPIView):
|
|||
filter_class = filters.EmployeeBackFilter
|
||||
serializer_class = serializers.EmployeeBackSerializers
|
||||
queryset = models.Employee.objects.all()
|
||||
pagination_class = None
|
||||
|
||||
|
||||
class EstablishmentEmployeeListView(generics.ListCreateAPIView):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user