Using request api to store into database

Hi, I have managed to target the data that I want from the url requests but I am having trouble to store it into the database. There is not much tutorial on it.

I have try using .save() but it doesnt work.

From my research, i think i either need to have a command to run the save(), have a connector to the database or my functions to create objects.

I need the table to use for creating a table and a charts.

Actually, the Official Django Tutorial teaches you exactly how to do that. Have you worked your way through it yet?

I always recommend people new to Django work through the official tutorial. It presents a lot of concepts that you’re going to need to understand going forward.

I have go through some of it already ! Let me try to look at it more thoroughly for the resource to get it done ! Thank you !