Wednesday, September 24, 2008

Django From the Ground Up: Episode 5

with host Eric Florenzano

In this episode, we learn how to use Django's forms library (formerly referred to as newforms) to allow users of the site to be able to add new events to the system. We cover using ModelForms and how that allows us to tie a form instance to a model instance, and how it enables us to use only a subset of fields on the model to generate the form.

Bookmark and Share

Continue reading… Join the Discussion, 5 people have left comments.