[Chartjs]-Chart.js not working after Django deployment on Heroku

1👍

the error says it all. You try to load in the moment script over http but since this is an insecure protocol oit has been blocked, you have to load in the script over https.

https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js

Leave a comment