<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id/>
    <title>Idiomatic Programmers</title>
    <updated>2024-04-03T03:05:22.942Z</updated>
    <generator>https://github.com/nuxt-community/feed-module</generator>
    <link rel="alternate" href="https://idiomaticprogrammers.com"/>
    <subtitle>A place where you can get high quality tutorials, text based courses and tips related to Python, Django, DRF, Machine Learning and Computer Science</subtitle>
    <entry>
        <title type="html"><![CDATA[Adding Full Text Search to Your Django App with django-watson]]></title>
        <id>https://idiomaticprogrammers.com/post/django-watson-full-text-search-guide/</id>
        <link href="https://idiomaticprogrammers.com/post/django-watson-full-text-search-guide/"/>
        <updated>2023-11-04T14:08:43.235Z</updated>
        <summary type="html"><![CDATA[Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Celery Alternative for Django - Huey]]></title>
        <id>https://idiomaticprogrammers.com/post/celery-alternative-for-django-huey/</id>
        <link href="https://idiomaticprogrammers.com/post/celery-alternative-for-django-huey/"/>
        <updated>2022-05-08T13:56:49.557Z</updated>
        <summary type="html"><![CDATA[Trying out a lightweight asynchronous task queue as an alternative to Celery with Django]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[How to download Pandas Dataframe as Excel or CSV in Django?]]></title>
        <id>https://idiomaticprogrammers.com/post/how-to-download-pandas-dataframe-as-excel-or-csv-in-django-/</id>
        <link href="https://idiomaticprogrammers.com/post/how-to-download-pandas-dataframe-as-excel-or-csv-in-django-/"/>
        <updated>2021-03-27T03:00:00.000Z</updated>
        <summary type="html"><![CDATA[Implementation of downloading a file using Django and Pandas with information about HTTP Response.]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[How to implement Auto Expiring Token in Django Rest Framework]]></title>
        <id>https://idiomaticprogrammers.com/post/how-to-implement-auto-expiring-token-in-django-rest-framework/</id>
        <link href="https://idiomaticprogrammers.com/post/how-to-implement-auto-expiring-token-in-django-rest-framework/"/>
        <updated>2021-01-17T03:00:00.000Z</updated>
        <summary type="html"><![CDATA[Describes how to implement custom token model and authentication backend in Django Rest Framework]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Django in Production - III]]></title>
        <id>https://idiomaticprogrammers.com/post/django-in-production-iii/</id>
        <link href="https://idiomaticprogrammers.com/post/django-in-production-iii/"/>
        <updated>2020-11-08T22:25:35.000Z</updated>
        <summary type="html"><![CDATA[Third part of the series covering how to get your django project into production]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fixing Up Permissions After Data Migration in Django]]></title>
        <id>https://idiomaticprogrammers.com/post/fixing-up-permissions-after-data-migration-in-django/</id>
        <link href="https://idiomaticprogrammers.com/post/fixing-up-permissions-after-data-migration-in-django/"/>
        <updated>2020-08-11T14:06:07.000Z</updated>
        <summary type="html"><![CDATA[Find out how I fixed my permissions after I imported my data]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[How to save Base64 encoded image to Django ImageField?]]></title>
        <id>https://idiomaticprogrammers.com/post/how-to-save-base64-encoded-image-to-django-imagefield/</id>
        <link href="https://idiomaticprogrammers.com/post/how-to-save-base64-encoded-image-to-django-imagefield/"/>
        <updated>2020-07-07T12:47:50.876Z</updated>
        <summary type="html"><![CDATA[In this blog, I will show you how to convert B64 encoded image to Django ImageField object.]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Django in Production - II]]></title>
        <id>https://idiomaticprogrammers.com/post/django-in-production-part-2/</id>
        <link href="https://idiomaticprogrammers.com/post/django-in-production-part-2/"/>
        <updated>2020-06-20T03:00:00.000Z</updated>
        <summary type="html"><![CDATA[Second part of the series covering how to get your django project into production]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Django in Production - I]]></title>
        <id>https://idiomaticprogrammers.com/post/django-in-production/</id>
        <link href="https://idiomaticprogrammers.com/post/django-in-production/"/>
        <updated>2020-06-18T03:00:00.000Z</updated>
        <summary type="html"><![CDATA[Get your Django App ready for production]]></summary>
    </entry>
    <entry>
        <title type="html"><![CDATA[Adding Tags Field to Your Django App]]></title>
        <id>https://idiomaticprogrammers.com/post/adding-tags-field-to-your-django-app/</id>
        <link href="https://idiomaticprogrammers.com/post/adding-tags-field-to-your-django-app/"/>
        <updated>2019-12-28T03:00:00.000Z</updated>
        <summary type="html"><![CDATA[A detailed post describing how to add tagging functionality to your django app]]></summary>
    </entry>
</feed>