Python Inheritance
POO is awesome. I have worked with django some time ago and recently I thougth about
ViewSets and its pagination system.
Let's imagine a web service that is going to return some paginated data like this:
{
"count": 5,
"page": 1,
"data": [...
jhonsanz.hashnode.dev2 min read