Blog categories
- Web development (13)
- Python (9)
- Django (8)
- Javascript (4)
- HTML (3)
- jQuery (3)
- MongoDB (3)
- PHP (2)
- MySQL (2)
- Linux (1)
- GridFS (1)
- GD (1)
- VLC (1)
- Mac OS (1)
- IPTV (1)
- Ubuntu (1)
-
Using Django's FormWizard with one or more ModelForm's
Created by dan on Thursday 18th March, 2010 at 11:11 AM
I've been looking at Django's form wizard implementation over the past day or so and learned quite a few new things, but one of them caught me out, yet only required a simple fix. Django appears to focus more on creating a FormWizard to work with flat forms, however if ...