Closed danielhers closed 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)
pip uninstall django-taggit-autosuggest
pip install -r requirements
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.
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 thenpip install -r requirements
)