Highcharts in the Django Admin

(Note, this assumes that you have a Django project installed and running. This example is for Django 1.3, the official version.) Below are some notes for adding Highcharts to a Django admin page. In this case, I want to chart the enrollment in a science class over time. Specifically, I have a model name “Course” … Continue reading Highcharts in the Django Admin