<script type="text/javascript" src="{% static 'js/cart.js' %}"></script>
I try to implement JavaScript on my Django project, but it's not working at all.
In Mozilla Firefox it keep saying,
File failed to load with <script type="text/javascript" src="{% static 'js/cart.js' %}"></script>
It's not a valid mime type...
Please help me out...
Or is there any way I can use Django to make add to cart functionality????.