Is there an easy way to turn off caching of static files in Django\'s development server?
I\'m starting the server with the standard command:
Assuming you're using django.views.static.serve, it doesn't look like it - but writing your own view that just calls django.views.static.serve, adding the Cache-Control header should be rather easy.
django.views.static.serve