You are not logged in.
I've noticed recently that PyCharm doesn't hit my Django breakpoints after updating to python 3.8. I created a new pure python project and confirmed breakpoints work, which they do. I can set breakpoints in the settings.py file, and that hits on startup, but none of the endpoints work.
I'm not sure where to start debugging, any pointers would be greatly appreciated.
Offline