开发者

django debugging help

开发者 https://www.devze.com 2023-03-31 17:01 出处:网络
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. Pl

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消