+ 2
Want to handle multiple form instance in single view in django (python)
usually we take input from forms process it and thn render it back to user. i want to take multiple forms input and at the end wana process it and sent back the results to user.
2 Respostas
+ 12
import mechanize module
0
thanks for help amy Devillier. you did not get what i said i m not doing html parsing urllib etc... i was asking about forms in real web environment. i figure it out. but any ways thabks for the answer