erayerdin / sos-django-template

SOS Django Template is a starter template for new Django projects with modern defaults, power cable included.
Do What The F*ck You Want To Public License
20 stars 2 forks source link

Disable Client-Side Caching on Debug #13

Closed erayerdin closed 3 years ago

erayerdin commented 4 years ago

Disable client-side caching in order to keep static files reloading for each request.

erayerdin commented 4 years ago

This is a good place to look at.

erayerdin commented 3 years ago

Devs can actually close their cache on developer console in their browser. So this won't be needed.