How to make Django restart runserver on template change? -


when make modification in python source file in project, django detects , restart runserver itself. when modify django template, have kill runserver , restart again : how can have runserver restart automatically on template change ?

the file default read disk on every request, there no need restart anything.

there caching template loader, disabled default. see the documentation more info.


Comments

Popular posts from this blog

400 Bad Request on Apache/PHP AddHandler wrapper -

Add email recipient to all new Trac tickets -

php - Change action and image src url's with jQuery -