I have a python script which process text, i want to create webpages with django and then django call the python script to execute it.
Here an Example for my case:
There is an input text in the web page, when we click in the button, the script take the input text, process it and return the result in the web page.
How can i perform this task?