bugbytes-io / django-orm-series

Code for Django ORM tutorials on YouTube
14 stars 9 forks source link

The database file db.sqlite #1

Open JohnBurrell opened 5 months ago

JohnBurrell commented 5 months ago

Do you have a copy of the database file db.sqlite that is shown in your YouTube video? I was hoping to follow along with your video: Introduction to databases & SQL.

qurm commented 3 months ago

Hi John - I have followed along, and he does create the sqlite db file the first time that he runs migrations. And then in episode 5?, he shows how to run the create_data management command, and this fully populates the db with example data.