This question already has an answer here:
- How do I enable remote celery debugging in PyCharm? 5 answers
I have an existing Django project with a virtualenv. After activating the venv, I can run Celery just with the command celery
. This works on Windows, OS X and Linux.
I wanted to try PyCharm on Windows, and I'm able to get it to run my Django server (using the project's venv), but I also want to run Celery, so I can debug that as well.
I can't find a simple, straightforward guide to setting up PyCharm so I can debug Celery (in a manner will work with PyCharm on any platform).