How can I livereload Django templates?
You can use python-livereload like this:
pip install livereload livereload project/static
And in order to make this work add this snippet into your base.html:
base.html
Then run ./manage.py runserver and it should work.
./manage.py runserver