Creating a Boilerplate for new Django ProjectIf you are familiar with the default folder structure of a new Django project then this article will be easier to understand. This article…Jun 28, 20201Jun 28, 20201
Django Rest Framework Permissions exampleIn DRF We can use the permissions to implement RBAC (Role-Based Access Control). Role-Based Access Control is an approach that restricts…Aug 9, 20198Aug 9, 20198