- Install dependencies with
pipenv
- Run
manage.py collectstatic
- Fire up the server and open http://127.0.0.1:8000/. In most browsers, you'll see a green "jQuery loaded successfully" message, but in Safari, you'll see "Failed to load jQuery" in red.
- Uncomment the last six lines in
settings.py
and try loading the page in Safari again. This time, it should work.