Autocomplete light widget doesn't load completely for the field i'm trying to code it on in admin. Instead, I get the following
Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page.
Alongside a select box with only one option.
This is similar to actualy several questions that have been asked previously about the select2 library, and most of the solutions have involved reordering files in settings.py or running python manage.py collectstatic. But none of those have worked so far for me.
The task is to include jQuery before Select2 on my web page... how can that be done?