Introducing django-remake-migrations3 March 2025 • 4 min readSquashing Django migrations in a medium to large Django project can be tedious and error-prone. Introducing a pluggable Django app to make it quick and easy.
Manage deprecations with Python warnings in a Django project22 November 2024 • 5 min readA post with a few tips on how to leverage the Python warnings module in a Django project
Nested ViewSets with Django REST Framework5 May 2023 • 6 min readHow to place a ViewSet under a parent resource with Django REST Framework
Making Celery work nicely with Django transactions25 June 2019 • 5 min readA short post about things I've learned when working with Celery in a Django project and a tip to avoid a common pitfall with DB transactions.
Static vs. Media files in Django18 June 2019 • 6 min readThe difference between static and media files in Django, which are often confused by beginners.