By writing unit test cases, you can evaluate each code component in the initial stage itself and it'll improve your app/code performance. Which i...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
Querying with Django Q objects: Q object encapsulates a SQL expression in a Python object that can be used in database-related operations. Using Q obj...
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...
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...