The single most significant advantage in Django class-based views is inheritance. On a large project it's likely that we will have lots of simila...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
Explaining Django Oscar checkout flow....
Using Linkedin integration, we can get the user's verified email id, general information, and work history in less span of time, and a user can a...
Django provides the comfort database migrations from its version 1.8, with which we can avoid the usage of third party packages like south. Adding mig...
Reduce database queries in django with Conditional Expressions. By using Conditional Expressions we can use "If...Elif...Else" expressions w...
Displaying and Customizing the images in django with sorl-thumbnail....
This is a simple way to integrate gitlab authentication in your django apps.We can get user verified email id, general information, git lab URL and to...
Heroku is a platform as a service (PaaS) that enables developers to build and run applications entirely in the cloud.1. installation2. Creating and De...
Sorl thumbnail is the package that is being widely used to generate thumbnails in Django. It will create a thumbnail of a given size for the given ima...
WeasyPrint is to combine multiple pieces of information into an HTML template and then converting it to a PDF document....