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-signals-for-uncoupled-design.
>
> Furthermore you can look at DjangoBook here:
> http://www.djangobook.com/en/2.0/chapter07/
>
> Have fun!
> bx2
>
>
> On 19 Maj, 08:47, ravi krishna  wrote:
> > 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 received this message because you are subscribed to the Google Groups
> "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> > For more options, visit this group athttp://
> groups.google.com/group/django-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Regards,
Rav!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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.djangobook.com/en/2.0/chapter07/

Have fun!
bx2


On 19 Maj, 08:47, ravi krishna  wrote:
> 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 received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.