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
Post a Comment