Monday

Objectives

  • Understand how to implement a data model in Django.
  • Understand what a database migration is and how migrations control the relationship between the database and the app.
  • Learn about the Binary Search Tree and how it is structured.
  • Be able to reliably test a Django app.

Readings

These readings will support your work on the Data Model for our Django Imager website.

Review

Demo

  • Writing first tests with Django