django debugging help
I am new to python, django and wing ide. I come from .net. I need to debug a django web app and I am not su开发者_C百科re where the entry point is so I can start debugging right from the beginning. Please advise.
Does the app have to be in the mysites folder i configured during the configuring django? Or it can be anywhere?
I have init, main, manage, settings, settings_local and urls files in the initial directory of this app.
Thanks,
Read the Tutorial. The second part covers the basics of debugging.
精彩评论