python - Django: reload variable's value in the template -
imagine there django html-template variable foo
:
<div> {{ foo }} </div>
is possible reload foo
's value somehow without api call , without page reload?
after searching answer, came conclusion there no way update without page reload or api-call. so, solution change approach.
Comments
Post a Comment