Thoughts, tutorials, and insights on web development and design
Default pagination in Django Rest Framework is powerful, but often the frontend needs more metadata…
Token-based authentication is a stateless security mechanism where users obtain a token by verifyin…
Data validation is one of the most critical parts of building secure and reliable APIs. Django REST…
This tutorial assumes you have already created your Django project and have the Task model defined …
In Django, Class-Based Views (CBVs) are an alternative way to define views using Python classes ins…
This tutorial explains everything you need to know to send emails in Django, from basic setup to ad…