parikshitrath

Home/Parikshit Rathore

About Parikshit Rathore

This author has not yet filled in any details.
So far Parikshit Rathore has created 0 blog entries.

Django ORM Optimisations

In this blog, we will explore various optimization techniques in Django ORM such as subqueries, select_related, prefetch_related, and more. These methods not only guide us in consolidating multiple queries into a single, efficient query but also play a

By |2024-02-08T17:38:40+05:3012 January 2024|Comments Off on Django ORM Optimisations

Dynamic Models in Django

In this article, we will learn how to connect external databases in Django and make a dynamic model for multiple tables in the database. Models in Django A Django model contains essential fields and behaviors of the data

By |2023-01-17T20:04:11+05:3026 April 2022|Comments Off on Dynamic Models in Django
Go to Top