Monday

Objectives

  • Learn about how authentication and authorization work in a Django application
  • Become comfortable working with Django forms and form handling
  • Be able to understand how a basic sorting algorithm works and can be implemented

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:

Demo

Bubble sort!