File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
{{cookiecutter.project_slug}}/compose/local/django Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ First things first.
8282
8383or if you're running asynchronously: ::
8484
85- $ uvicorn config.asgi:application --host 0.0.0.0 --reload
85+ $ uvicorn config.asgi:application --host 0.0.0.0 --reload --reload-include '*.html'
8686
8787.. _PostgreSQL : https://www.postgresql.org/download/
8888.. _Redis : https://redis.io/download
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -o nounset
77
88python manage.py migrate
99{%- if cookiecutter.use_async == ' y' %}
10- uvicorn config.asgi:application --host 0.0.0.0 --reload
10+ uvicorn config.asgi:application --host 0.0.0.0 --reload --reload-include ' *.html '
1111{%- else %}
1212python manage.py runserver_plus 0.0.0.0:8000
1313{%- endif %}
You can’t perform that action at this time.
0 commit comments