You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I update a Django template, a reload happens as expected, but often, the reloaded page doesn't show the changes I just saved. To see them, I need to save the template a second time (with no new changes).
It feels like the reload might be happening before Django has picked up the template changes?
Have not setup any template caching in my dev env.
Using the Channels runserver in case that matters.
The text was updated successfully, but these errors were encountered:
When I update a Django template, a reload happens as expected, but often, the reloaded page doesn't show the changes I just saved. To see them, I need to save the template a second time (with no new changes).
It feels like the reload might be happening before Django has picked up the template changes?
Have not setup any template caching in my dev env.
Using the Channels runserver in case that matters.
The text was updated successfully, but these errors were encountered: