Hi
I am new to Django, and want to do the following
I have a form that takes two inputs, processes and forwards the results to another page. I want to display the results in the same page with form page included.
How can I do that in Django?
Thank you