Hey Djangoers, I am trying to execute a python script on submit button on a html file.
So i have created a view which renders a html template file and on 'submit', I wish to send few parameters to the py script. I wanted to know, 1. where should I keep my py script? 2. I have not modified my html into Django template, but what modifications will it need if I want to send parameters to py script on submit? -- Thanks & Regards Smaran Harihar -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

