-
Clearing static file
python manage.py collectstatic --noinput --clear. This will clear the statics beforehand. -
Clear the browser cache
-
Add a random string after the js file include, e.g
jquery.js?rand=23423423, with each load.
Clearing static file python manage.py collectstatic --noinput --clear. This will clear the statics beforehand.
Clear the browser cache
Add a random string after the js file include, e.g jquery.js?rand=23423423, with each load.