Re: Beginning project of displaying graphical information from a sql database

2021-04-06 Thread Ryan Nowakowski
If you already have the data you need via the API you may not need models in your case. To start out, call the API from your Django view, add the data from the resulting data frame to the context for the template. Then in the template render it however you like... charts, graphs, tables, whateve

Beginning project of displaying graphical information from a sql database

2021-04-06 Thread J R
Hello, Fairly new to Django, I've been through a few tutorials and understand the basics. My goal is to create a page which shows a defined asset's value over time compared to various social metrics tying to that asset (volume of reddit comments, twitter posts, ect.). The user will input what