The problem is as follows:
If I make changes to HTML / CSS
, I have to re-build the project (django) so that I can refresh at DOM. If I make changes to the .py
files, it is rebuilt automatically.
What can I do to rebuild them automatically when I make changes to HTML / CSS
?
rebuild = python manage.py runserver
to be updated i need to make rebuild like in the image: here