I made default/index.html to execute a function in default.py. If I write redirect(..) in function, I am losing the current variable values in default/index.html as the index.html executes again from beginning..what to do?
--
I made default/index.html to execute a function in default.py. If I write redirect(..) in function, I am losing the current variable values in default/index.html as the index.html executes again from beginning..what to do?
--