-
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Python Version
3.11.5
Django Version
5.0.1
Package Version
0.1.1
Description
When both django-watchfiles and django-browser-reload are installed, changes to HTML files no longer trigger a browser reload, while Python files still cause the server to reload. The issue can be replicated using this repository: https://github.com/Tobi-De/broken_html_reload. There is a requirements.txt file at the root of the project if you prefer not to use Hatch.
By default, you will observe that any modifications to HTML files do not trigger a server reload. However, if you comment out django-watchfiles, everything works as expected. It's worth noting that changes to Python files still result in a server reload, whether or not django-watchfiles is present.
Metadata
Metadata
Assignees
Labels
No labels