I'm using Mezzanine 4.1.0
with Django 1.9.12
and django-modeltranslation 0.1.2
.
All of my static files are getting redirected as if they were pages:
"GET /static/js/bootstrap.js HTTP/2.0" 301 0
"GET /static/js/bootstrap.js/ HTTP/2.0" 302 0
"GET /en/static/js/bootstrap.js/ HTTP/2.0" 404 6960
Has anyone seen this before? It only just started happening, for no apparent reason.