Monday

Objectives

Readings

Django Forms

To support creating and editing objects in Django, you’ll need to learn about Django Forms. Here are some readings to keep in mind as you progress:

Review

  • Django Views, class-based and otherwise

Demo

  • Interacting with Django Forms.
  • Insertion Sort!!