With the old {% load static %} we didn't seem to get properly fingerprinted files. This might be fixed in django 1.10 but upgrading is a much bigger change.
I also re-ran bower/glup to get the missing jquery/dist/*.js and similar files. I think this is the right version. (This came up because jquery/dist/jquery.js was listed as a fallback somewhere, and even though a browser never requests it using the manifest static file storage it tries to look it up, and 500s if it's not found.)
With the old
{% load static %}
we didn't seem to get properly fingerprinted files. This might be fixed in django 1.10 but upgrading is a much bigger change.I also re-ran bower/glup to get the missing jquery/dist/*.js and similar files. I think this is the right version. (This came up because
jquery/dist/jquery.js
was listed as a fallback somewhere, and even though a browser never requests it using the manifest static file storage it tries to look it up, and 500s if it's not found.)