How to auto reload & debug Django and Django Celery workers running in Docker (VS Code)
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 Celery workers. The solutions are based on debugpy, watchdog, and django.utils.autoreload.
In this ...
blog.derlin.ch5 min read
Dean McRobie
serial cto
this was the guide I needed to add
debugpyandwatchmedoto my local docker builds. I'm using Slack bolt to build a slack bot, not django and celery but all the concepts are the same! Thanks L2!