Calvin
Calvin

Reputation: 68

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 sure 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,

Upvotes: 1

Views: 76

Answers (1)

Dominik
Dominik

Reputation: 377

Read the Tutorial. The second part covers the basics of debugging.

Upvotes: 2

Related Questions