chartit / django-chartit

A Django app to plot charts and pivot charts directly from the models. Uses HighCharts and jQuery JavaScript libraries to render the charts on the webpage.
http://django-chartit.mrsenko.com/
Other
492 stars 166 forks source link

Add comment for django setting #28

Closed miaekim closed 8 years ago

miaekim commented 9 years ago

Adding chartit to INSTALLED_APPS is a mandatory for using chartit. But the documentation doesn't describe this.