Hi Florian,
after trying to add livereload I came to the conclusion that it should be implemented in Django itself. I managed to add CSS livereload with Cross Browser CSS Injection:
http://css-tricks.com/cross-browser-css-injection/, but HTML files cannot be reloaded without knowing how Django templating works. That's why I help is needed not from the user, but from the Django developers.
The easiest implementation would be: If a Django template (HTML) changes, refresh the browser.
How can this be implemented in Django itself?
Greetings,
Nikolay