How to structure the Django Project?
Django’s Command Line Interface (CLI) is a powerful tool for generating well-structured Django projects. However, maintaining that clean…
Django’s Command Line Interface (CLI) is a powerful tool for generating well-structured Django projects. However, maintaining that clean…
Learn to customize the REST API responses per the user roles in Django and Django-rest-framework.
Building RESTful APIs in Django using Django Rest Framework
Let’s say the mobile team or the front-end team comes to us and asks for some APIs to get the dynamic data from the backend.
We’re always looking for great blogs, stories, reports and experiences to help our fellow humans get better at what we do everyday.
While making APIs validating the request body is essential. It not only helps in pre-validating the request, but it also helps in handling…
In this competitive world, everyone wants to be the best. Yeah, it might seem pretty reasonable, cause it is like that, right? The one who…