agiliq / django-graphos

Django charting made *really* easy.
http://agiliq.com/demo/graphos
BSD 2-Clause "Simplified" License
442 stars 97 forks source link

Removed mongo dependency from homepage. #62

Closed akshar-raaj closed 8 years ago

akshar-raaj commented 8 years ago

To get running with demo project should be quick and easy and shouldn't require mongo and pymongo installation. So removed MongoDataSource from homepage.

We will demo MongoDataSource in some view other than homepage.

This way a user will be able to see gchart, morris, yui and all other renderers without setting up mongo. And if he/she needs MongoDataSource, then will setup mongo.

akshar-raaj commented 8 years ago

@shabda Can you review.