Re: simple, input from user and database earch result

2010-02-20 Thread gintare
What do you mean by : > > The have the view that the form posts back to put the result of the search > > in the generated HTML for the result. What is the name of view, in which folder. My question was: > > 1> 2 > > > On line 1 user put a word > > On line 2 user start search in database

Re: simple, input from user and database earch result

2010-02-17 Thread Malcolm Box
On Wed, Feb 17, 2010 at 3:12 PM, gintare wrote: > > One more simple question: > > Is it possible that area which is used for data submission also can be > updated from python script. > It's not clear what you mean by this. The python (Django) script isn't running in the webbrowser, so it can't

simple, input from user and database earch result

2010-02-17 Thread gintare
Hello, One more simple question: Is it possible that area which is used for data submission also can be updated from python script. How in *.html describe that input can be both from the user and a result of some script. 1 On line 1 user put a word On line 2 user start search in database