Autocomplete with Django, jQuery and google app engine
Posted
by
Ron
on Stack Overflow
See other posts from Stack Overflow
or by Ron
Published on 2010-12-13T11:51:34Z
Indexed on
2010/12/26
8:54 UTC
Read the original article
Hit count: 239
Hey guys,
I'm new to Django and jQuery, but I have a lot of python experience. I'm basically trying to write an HTML form, with one text box for now, that as you type in it, shows you auto completion options. this will be used for finding restaurants, and I intend to use the Yelp API for that. can someone please point me out in a direction of a tutorial on how to do this - specifically with regards to the Django / HTML / jQuery rather than how to work with the Yelp API? Are there any tutorials I should read? All tutorials I have found are very basic ones that build forms from the Django data models..
Thanks!
© Stack Overflow or respective owner