-
Book Overview & Buying
-
Table Of Contents
Django Project Blueprints
By :
In our journey to learn Django, we have traveled far. We started from baby steps, learning to set up databases, basic views, and templates. We then moved on to more difficult stuff such as management commands and the Django shell. This is the last chapter in that journey, where we use all the knowledge that we have gained, and use it to create one of the most complicated applications yet. It's always fun to end things with a bang, and that's what we'll do here!
You might have heard of SurveyMonkey (www.surveymonkey.com) or Wufoo (www.wufoo.com). If not, these are web applications that allow you to create custom forms to gather data from audiences. You use the control panel available on these sites to set up a form, defining all the fields and how they should be validated, and configuring some basic stuff such as what the form should look like, what theme it should use, and so on. After configuring the form, you...