Lab: Django Models

Django has a powerful Object Relational Mapper that allows us to persist data using Python instead of SQL.

PR