|
I finally installed OSQA on my Windows dev box, and I'd like to try to make some changes. I'm using PyCharm to run it, and it works great. However, it seems that django is spawning a new process when I do "manage.py runserver" (see How do you debug OSQA then? (See also this question I posted to Stack Overflow) |
|
See the answer on StackOverflow. Basically, my problem was I didn't use PyCharm's Django integration at all, but rather ran it as a python script. |