I wrote a Django system and used django-bootstrap 3. As a result, I found an error in the browser console: bootstrap.min.js: 6 uncaught error: bootstrap’s JavaScript requirements jQuery
at bootstrap.min.js: 6
Solution: load the jquery.js file before loading bootstrap 3, as follows: