Django - Database access optimization. Write the best query to reduce the time and improve the application performance. using select_related and pref...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
Django girls is a non-profit organization, that helps women to learn Django programming language and to inspire them into programming. ...
Dynamically Adding Google Maps with Marker In Django ...
Using Sentry you can easily track exceptions and events of a Django project. Know more about sentry configuration for a Django project...
We can write the required logics based on programming[python] syntax in models and views but, when we want to write simple logics we should follow the...
Using Github integration, we can get the user verified email id, general information, git hub URL, id, disk usage, public, private repo's, gists ...
Django by default to store the files in your local file system. To make your files load quickly and secure we need to go for any third party storage s...
This blog post will help you to get deeper into Django Migrations - how Migrations works and how to create or add our custom migrations. Migrations ar...
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...
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...