Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Generic Views

How Overwrite Response Class In Django Rest Framework ( Drf )?

I want to overwrite Response class of django rest framework so that response back responsive dictio… Read more How Overwrite Response Class In Django Rest Framework ( Drf )?

Django Class Based View Pagination

Hi i want to paginating queryset(lectures). and i tried. but it doesn'work how can i do? cl… Read more Django Class Based View Pagination