Thursday

Objectives

Be comfortable working with Django forms and form handling

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 CBVs (the library, photo, and album views)

Demo

Using django-configurations to achieve 12-factor nirvana