hasadna / open-shot

A simple, open question and answer site. Shot being an hebrew acronym for Q&A.
http://localshot.org.il
BSD 3-Clause "New" or "Revised" License
9 stars 30 forks source link

Finally fix Taggit AutoSuggest #450

Closed danielhers closed 11 years ago

danielhers commented 11 years ago

Use my BitBucket branch for the autosuggest js and fix the include tags to get it. Don't forget to reinstall the django-taggit-autosuggest requirement after merging (I did pip uninstall django-taggit-autosuggest and then pip install -r requirements)

danielhers commented 11 years ago

By the way, I also tried to change the jquery.js to:

http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js

But it didn't work for some reason... didn't have time to check why.