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 164 forks source link

settings.py missing from the documentation #11

Closed rberiot closed 10 years ago

rberiot commented 11 years ago

I know it's probably obvious to any seasoned django dev but chartit's install documentation doesn't mention the fact that you need to add 'chartit' to your settings.py's INSTALLED_APPS list.

made me curse for 10minutes before I figured it out. and also, now I feel dumb.