Using GPlus integration by Django, we can get the user verified email id, general information, friends in a less span of time, and user can also share...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
This package uses double-entry bookkeeping where every transaction is recorded twice (once for the source and once for the destination). This ensures ...
In order to customize models, views and urls, you need to fork an Oscar core app in which model/view resides. Then you should be able to override any ...
Memcache is a memory caching system that helps web applications and mobile app backends to improve performance and scalability. We should consider usi...
We struggle to load fonts from CloudFront because of CORS.CORS - Cross Origin Resource Sharing is a security measure to block macious scripts or reso...
When You want to Provide access to Amazon Web Services Console or if you're planning to provide REST API Keys to your Developers of a Third Par...
Writing Different Types of Views in Django-Rest-Framework.Writing Different Types of Views in Django-Rest-Framework. Django-Rest-Framework(DRF) suppor...
Why do we go for Bounce and Complaint Handling while sending emails?In general while sending emails, we will prepare some recipient addresses as our ...
Coding techniques and programming practices are one of the features of a professional programmer. While writing code to solve a problem programmer sho...
Configuring the Wordpress as subdirectory can be tricky. In this tutorial, we will Setup a Django Website alongside a WordPress blog. Our Site Structu...