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 can also just pip install django-jquery, and put jquery in INSTALLED_APPS. Of course, you need to run collectstatic as always after. :)
pip install django-jquery
jquery
INSTALLED_APPS
collectstatic
That way you can just have it in your requirements.txt file if you use one.
requirements.txt