Using the django dev server (1.7.4), I want to add some headers to all the static files it serves.
It looks like I can pass a custom view to django.conf.urls.s
django.conf.urls.s
staticfiles app overrides the core runserver command but allows you to disable the automatic serving of the static files:
staticfiles
python manage.py runserver --nostatic