Skip to content

HTML reload with django-browser-reload does not work #69

@Tobi-De

Description

@Tobi-De

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions