Wednesday

Objectives

  • Understand how relationships between data models are handled in Django
  • Learn about how Django accesses files
  • Learn how node deletion affects a Binary Search Tree

Readings

Django Views

For your tasks this week, you’ll need to create a number of views in Django. Please refer to the following readings for help in answering your quesitons:

You may also wish to refer to the following materials for help in writing templates in Django:

Review

  • Traversing the Binary Search Tree
  • Testing in Django

Demo

Managing relationships in the Django ORM