<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>django orm on Kuldeep Pisda</title><link>https://kdpisda.in/tag/django-orm/</link><description>Recent content in django orm on Kuldeep Pisda</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 30 Oct 2025 15:33:34 +0530</lastBuildDate><atom:link href="https://kdpisda.in/tag/django-orm/index.xml" rel="self" type="application/rss+xml"/><item><title>Why Your Django App Will Eventually Thank You for Using PostgreSQL</title><link>https://kdpisda.in/why-your-django-app-will-eventually-thank-you-for-using-postgresql/</link><pubDate>Thu, 30 Oct 2025 15:33:34 +0530</pubDate><guid>https://kdpisda.in/why-your-django-app-will-eventually-thank-you-for-using-postgresql/</guid><description>&lt;p&gt;Pairing &lt;strong&gt;Django and PostgreSQL&lt;/strong&gt; isn&amp;rsquo;t just a popular choice; it&amp;rsquo;s a rite of passage for building web applications that are meant to last. I think of it as a strategic decision, pairing Django&amp;rsquo;s wonderfully abstract Object Relational Mapper (ORM) with PostgreSQL&amp;rsquo;s almost obsessive focus on data integrity and performance. This is the foundation you pour when you&amp;rsquo;re building a skyscraper, not a garden shed.&lt;/p&gt;
&lt;h2 id="why-django-and-postgresql-are-such-good-friends"&gt;Why Django and PostgreSQL Are Such Good Friends&lt;a class="heading-anchor" href="#why-django-and-postgresql-are-such-good-friends" aria-hidden="true" tabindex="-1"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;picture&gt;
 &lt;source type="image/webp" srcset="https://kdpisda.in/why-your-django-app-will-eventually-thank-you-for-using-postgresql/5c7a87c0-b8f2-4177-a864-b38f9ba634a5_hu_22d2ec495b3fa7b5.webp 400w, https://kdpisda.in/why-your-django-app-will-eventually-thank-you-for-using-postgresql/5c7a87c0-b8f2-4177-a864-b38f9ba634a5_hu_52ba536deaee55ca.webp 800w, https://kdpisda.in/why-your-django-app-will-eventually-thank-you-for-using-postgresql/5c7a87c0-b8f2-4177-a864-b38f9ba634a5_hu_6e9224160fb227f9.webp 1024w" sizes="(min-width: 46rem) 704px, 100vw"&gt;
 &lt;img src="https://kdpisda.in/why-your-django-app-will-eventually-thank-you-for-using-postgresql/5c7a87c0-b8f2-4177-a864-b38f9ba634a5_hu_41cae78b4ed543df.jpg" srcset="https://kdpisda.in/why-your-django-app-will-eventually-thank-you-for-using-postgresql/5c7a87c0-b8f2-4177-a864-b38f9ba634a5_hu_7094524278d18b55.jpg 400w, https://kdpisda.in/why-your-django-app-will-eventually-thank-you-for-using-postgresql/5c7a87c0-b8f2-4177-a864-b38f9ba634a5_hu_d4ff24e24f2fce59.jpg 800w, https://kdpisda.in/why-your-django-app-will-eventually-thank-you-for-using-postgresql/5c7a87c0-b8f2-4177-a864-b38f9ba634a5_hu_41cae78b4ed543df.jpg 1024w" sizes="(min-width: 46rem) 704px, 100vw"
 width="1024" height="576"
 alt="A stylized image showing the Django and PostgreSQL logos side by side, symbolizing their partnership." loading="lazy" decoding="async"&gt;
&lt;/picture&gt;&lt;/p&gt;</description></item><item><title>Mastering the Many to Many Relationship</title><link>https://kdpisda.in/mastering-the-many-to-many-relationship/</link><pubDate>Sun, 12 Oct 2025 13:02:37 +0530</pubDate><guid>https://kdpisda.in/mastering-the-many-to-many-relationship/</guid><description>&lt;p&gt;A &lt;strong&gt;many to many relationship&lt;/strong&gt; is one of those concepts that feels a little abstract until you absolutely need it, and then it feels like hitting a brick wall. In simple terms, it&amp;rsquo;s when one record in a table can link to multiple records in another table, and the reverse is also true. Think about students and courses: one student can enroll in &lt;em&gt;many&lt;/em&gt; courses, and a single course is made up of &lt;em&gt;many&lt;/em&gt; students. This is the classic many to many scenario, and it&amp;rsquo;s the backbone of countless real world applications.&lt;/p&gt;</description></item></channel></rss>