Re: How to insert a search form inside Django?

2010-05-19 Thread ravi krishna
Thanks really..that was helpful :) On Wed, May 19, 2010 at 6:43 PM, bx2 wrote: > I'm suggesting to use one of signal-based approches as explained at > DjangoCon presentation by co-author of Satchmo. > Here is the link with examples of source code: > http://www.slideshare.net/ecomsmith/custom-sig

Re: How to insert a search form inside Django?

2010-05-19 Thread bx2
I'm suggesting to use one of signal-based approches as explained at DjangoCon presentation by co-author of Satchmo. Here is the link with examples of source code: http://www.slideshare.net/ecomsmith/custom-signals-for-uncoupled-design. Furthermore you can look at DjangoBook here: http://www.djang

How to insert a search form inside Django?

2010-05-18 Thread ravi krishna
Hi, I want to include a search button inside my Django, which retrieves data from some google API or Wikimapia API, But i am stuck with adding a search option inside Django. i am a beginner with Django and Python programming. Can somebody please help me with this. -- Regards, Rav! -- You receiv