agiliq / django-graphos

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

Update README.md #127

Open apaar97 opened 7 years ago

apaar97 commented 7 years ago

I tried to use the package in my django project and faced the error "TemplateDoesNotExist" for quite some time until I reached this stackoverflow thread

https://stackoverflow.com/questions/25762438/django-graphs-with-graphos-says-template-doesnot-exist

Copying the template files of graphos to my own worked and since this was not mentioned in the readme or tutorial ( or maybe I missed something ), I added that note