Re: form handling in views.py

2011-01-06 Thread gintare
Thanks a lot, i just wanted to know how to use variables from query directly. If you could advice, please write me. I read Django documentation on beginning of 2010 and understood only now on 2011 where forms are used. I mean if smbd never programmed webpages the use of templates and forms is

Re: form handling in views.py

2011-01-04 Thread Daniel Roseman
On Tuesday, January 4, 2011 6:31:30 PM UTC, gintare wrote: > > Maybe smbd could give advice how data submitted from custom.html to > views.py are handled further? > > > custom.html with method search1 ## > > > {% if Lp %} > {% for item in Lp %} > > > > >

form handling in views.py

2011-01-04 Thread gintare
Maybe smbd could give advice how data submitted from custom.html to views.py are handled further? custom.html with method search1 ## {% if Lp %} {% for item in Lp %} {{item.Word}} {{item.dateWord}} {% endfor %} {% endif %}