Lucy Linder
DERLIN.

DERLIN.

Follow
homeAbout MeKotlin is funnewsletter
Tag

Django

#django

More content

Read more stories on Hashnode


Articles with this tag

How to auto reload & debug Django and Django Celery workers running in Docker (VS Code)

Aug 1, 20235 min read

I run Django projects in Docker containers and use Visual Studio Code as my IDE. In this article, I share how I debug and auto-reload both Django and...

How to auto reload & debug Django and Django Celery workers running in Docker (VS Code)

When plans go astray: my unsuccessful journey of migrating a large Django project to Mypy

Jul 10, 202312 min read

TL;DR - Mypy is amazing, but your code needs to be ready for it. The untyped nature of Python allows magic to happen and shortcuts to be made (at the...

When plans go astray: my unsuccessful journey of migrating a large Django project to Mypy