Re: JQuery Autocomplete in Django Not Working

2009-04-09 Thread Charleno Pires
Use firebug to see if loading jquery. If not loading Jquery. Try this in your terminal. I'm using Ubuntu 8.04, but the path depends of your system operating. export PYTHONPATH=/home/user/directory_of_your_project export DJANGO_SETTINGS_MODULE=your_project.settings django-admin.py runserver --adm

Re: JQuery Autocomplete in Django Not Working

2009-04-09 Thread Karen Tracey
On Thu, Apr 9, 2009 at 7:33 AM, Tomas Zulberti wrote: > > On Thu, Apr 9, 2009 at 3:16 AM, Gath wrote: > > > > > > Guys, > > > > I have the following code from some example i got from > > here: > http://lethain.com/entry/2007/dec/01/using-jquery-django-autocomplete-fields > , > > > > but its not

Re: JQuery Autocomplete in Django Not Working

2009-04-09 Thread Tomas Zulberti
On Thu, Apr 9, 2009 at 3:16 AM, Gath wrote: > > > Guys, > > I have the following code from some example i got from > here: > http://lethain.com/entry/2007/dec/01/using-jquery-django-autocomplete-fields, > > but its not working on my django application. > > On my templete i have this function: >

JQuery Autocomplete in Django Not Working

2009-04-08 Thread Gath
Guys, I have the following code from some example i got from here: http://lethain.com/entry/2007/dec/01/using-jquery-django-autocomplete-fields, but its not working on my django application. On my templete i have this function: $(function(){ setAutoComplete("tags", "tagResults", "/taglookup/