Episode

How do I model data in Django?

The real magic of Django comes with the data model and how it manages the structure for you. You can define how you want your data to look, and enforce validation without having to create additional code. Anthony Shaw (@anthonypjshaw) shows us how to setup our models in Django.

Learn more:

Create data-driven websites by using Django

Python