Python
Django
AI
Series
Contact Us
Contribute
Python
Django
AI
Series
Contact Us
Contribute
Udit Mittal
(Pen Name: Udit)
Backend Engineer
Follow this feed
Django
Python
November 4th 2023
9 min read
Adding Full Text Search to Your Django App with django-watson
posted by
Udit
Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.
Python
Django
May 8th 2022
5 min read
Celery Alternative for Django - Huey
posted by
Udit
Trying out a lightweight asynchronous task queue as an alternative to Celery with Django
Django
DRF
January 17th 2021
4 min read
How to implement Auto Expiring Token in Django Rest Framework
posted by
Udit
Describes how to implement custom token model and authentication backend in Django Rest Framework
Python
Django
November 8th 2020
2 min read
Django in Production - III
posted by
Udit
Third part of the series covering how to get your django project into production
TIL
August 12th 2020
2 min read
Zero Downtime Deployments With Supervisor
posted by
Udit
Describes a trick to perform zero downtime deployments using supervisor
TIL
Django
August 11th 2020
3 min read
Fixing Up Permissions After Data Migration in Django
posted by
Udit
Find out how I fixed my permissions after I imported my data
TIL
July 12th 2020
1 min read
Updating Python Packages
posted by
Udit
Find out about outdated python packages on your system.
Django
June 20th 2020
3 min read
Django in Production - II
posted by
Udit
Second part of the series covering how to get your django project into production
Python
Django
June 18th 2020
4 min read
Django in Production - I
posted by
Udit
Get your Django App ready for production
Django
December 28th 2019
2 min read
Adding Tags Field to Your Django App
posted by
Udit
A detailed post describing how to add tagging functionality to your django app
Python
December 14th 2019
1 min read
Important Flask Extensions You Should Use
posted by
Udit
A post listing all the important Flask extensions to use in production.
Misc
December 8th 2019
1 min read
VS Code Extensions I Use
posted by
Udit
A post listing the extensions that I use with VS Code.