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
For instance, I'd like to force a reload when I create or update a specific model instance in my app. Presumably, if django_browser_reload is inactive (DEBUG is False, etc.) then this is a no-op.
Apologies if I simply missed it, but is there an explicitly supported method I can call (or signal I can raise) to achieve this?