How-to Guides¶
Practical solutions to common problems. Each guide is self-contained and focuses on one specific task.
Guides¶
| Guide | What you'll learn |
|---|---|
| Custom Layout | Build a two-column layout using ControllerAwareLayout |
| Custom Validator | Write an inline FunctionValidator and a reusable Validator subclass |
| Cross-field Validation | Validate that two fields agree using clean_form() and add_error() |