Re: [Tutor] Django SQLite data as Pie chart

2016-08-03 Thread Alan Gauld via Tutor
On 03/08/16 12:25, Trevor H wrote: > I am trying to create a website that could dynamically get data > ... but I'm not sure about how I would go plotting the data > into a pie chart ... There are basically three ways to tackle this. 1) Create the chart as an image on the server and then upl

[Tutor] Django SQLite data as Pie chart

2016-08-03 Thread Trevor H
Hi all, I am trying to create a website that could dynamically get data from an SQLite3 database and create it into a website. I know how to install Django, tell it to use an existing database (in setting.py) but I'm not sure about how I would go plotting the data into a pie chart from here on?