I don\'t know why, but I couldn\'t figure out how to activate jQuery on my website. All sites doing tutorials \'Starting jQuery on Django\' started with JQuery already working o
You may also use the python package django-static-jquery
. For the moment, it comes with the more recent jquery libraries.
pip install django-static-jquery=='version'
. Package & installation info here https://pypi.python.org/pypi/django-static-jquery/
Looks like the other package django-jquery
not been updated in a while.