This hour discussed how to create Form objects in Django by defining each field. It also discussed how to quickly create Form objects from models using the form_for_model() and form_for instance() functions. This hour discussed rendering forms to HTML as well.
In the final section of this hour, you learned how to customize the look and feel of the rendered form by customizing the Widget and using custom template code.