Hello,
I would like to announce Django Graphos - An app which makes it really easy to work with Django graphs.
https://github.com/agiliq/django-graphosGraphos is a Django app to plot data into graph.
### Supported Backends:
* Python Nested lists
* CSV Files
* MongoDB
* Django ORM
### Charting API Supported
* Google charts API
* Flot
* YUI
https://github.com/agiliq/django-graphosPlotting a chart from a model is as simple as:
queryset = Accounts.objects.filter(foo=bar)
LineChart(ModelDataSource(queryset, fields=["year", "sales", "expenses"]))
Looking for review of the code and architecture.
Pull reviews very welcome: https://github.com/agiliq/django-graphos