The Get It Done! App

This series of lessons demonstrates how to use object-relational mapping tools to store Python objects in a MySQL database. You'll use your recently-gained knowledge of MySQL databases, along with some new tools, to map objects to rows in a relational database.

Storing Objects in a Database

Part 1: Project Setup

Part 2: Database Configuration

Part 3: Using Persistent Classes in Flask

Part 4: Changing a Model Class

User Objects and Relationships

Part 5: User Model

Part 6: Login and Register Handlers

Part 7: Managing Login Using the Session

Part 8: Flash Messages

Part 9: The User-Task Relationship