Skip to content

Instantly share code, notes, and snippets.

@AlcibiadesCleinias
Created August 13, 2024 21:00
Show Gist options
  • Save AlcibiadesCleinias/795df48259733e500886f3a8232e01a3 to your computer and use it in GitHub Desktop.
Save AlcibiadesCleinias/795df48259733e500886f3a8232e01a3 to your computer and use it in GitHub Desktop.
Make sure css and js are reloaded after update in Django Jinja templates
<!DOCTYPE html>
<html>
<head>
<title>Examples</title>
<script defer src="{% static 'web/js/deliveryCalculator.js' %}?debug={% now "U" %}" type="text/javascript"></script>
</head>
<body>
Hello world
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment