Search posts, tags, users, and pages
Lucy Linder
Software Engineer / SRE
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 ...
Dean McRobie
serial cto
this was the guide I needed to add debugpy and watchmedo to 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!
debugpy
watchmedo
I am so happy to learn this was useful! Thank you for taking the time to leave this comment, it made my day.
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!