Django-REST User Level Permissions and Object Level Permissions. User Level Permissions and Object level Permissions allow to serve customers based on...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
Introduction to API development with Django REST framework. You can build the API for any Django application. Pre-requisites are Django and OOPS(objec...
we can write custom validations for serializer fields in Django Rest Framework. Validators are used to validate the data whether it is semantically va...
Django Custom Managers - A Manager is the interface through which database query operations are provided to Django models. At least one Manager exists...
Django Formsets manage the complexity of multiple copies of a form in a view. By using formsets, you can know how many forms were their initially, whi...
We need to process large amounts of data to get the desired results from XML file. xmltodict will help you to process, give JSON formatted data within...
django-webpacker is a django compressor tool which bundles css, js files to a single css, js file with webpack and updates your html files with respec...
jsPDF is used to generate pdf files in client-side Javascript. You can find the links for jsPDF here and also you can find the link to project homepag...
Django Rest Swagger is used to Document your API for eg., Listing all Your project Rest API's in the browser with brief description about the API...
This blog describes about how to work with django-plugins. Django Plugin is a Simple Plugin Framework for Django. By using django-plugins, you can mak...