Created
August 13, 2024 21:00
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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