django-planet
June 30, 2020

Episode 6 - Where Does the Data Go?

in blog Matt Layman
original entry Episode 6 - Where Does the Data Go?

On this episode, we will learn about storing data and how Django manages data using models. Listen at djangoriffs.com. Last Episode On the last episode, we saw Django forms and how to interact with users to collect data. Setting Up A relational database is like a collection of spreadsheets. Each spreadsheet is actually called a table. A table has a set of columns to track different pieces of data. Each row in the table would represent a related group.