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

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -