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
I put my jquery file in the same place as SaiyanGirl.
In my setting I had this by default in INSTALLED_APPS: 'django.contrib.staticfiles',
At the top of my html page I have this:
{% load static %}
I have this in my head tag:
This is how I tested it (in the head tag too):