Chartjs-Django Chart.js

0👍

Because you’re looking at the json result; you’re doing something like this:

http://localhost:8000/yourapp/line_chart/json

where you should do:

http://localhost:8000/yourapp/line_chart

Leave a comment