django dev server, adding headers to static files
staticfiles
app overrides the core runserver
command but allows you to disable the automatic serving of the static files:
python manage.py runserver --nostatic
staticfiles
app overrides the core runserver
command but allows you to disable the automatic serving of the static files:
python manage.py runserver --nostatic