When it comes to debugging django applications, today the extension disables (doesn't support) live reloading of django applications.
I'm thinking of having a look at this particular area. Before I do so, I'd like to get an idea of how developers actually develop and debug django applications.
Most of the people i've spoken to say they develop as follows: - Fire up the django application with live reload - Start codeing - Test in the browser - Very rarely would they debug an application - i.e. majority of the time they don't launch the application in debug mode
How do you work on django applications?