[Django]-How to debug django, it spawns a new process to which I'm not attached?

3đź‘Ť

âś…

If you are debugging – it is a good idea to have “–noreload” option for the dev-server.

AFAIK PyCharm has a checkbox “No reload” in the run options for the project.

Leave a comment