Links
Learn
Understanding Django Models, ModelForms and Widgets http://timothyfletcher.com/blog/understanding-django-models-modelforms-and-widgets/
How to make optionally read-only fields in django forms? http://stackoverflow.com/questions/4485561/how-to-make-optionally-read-only-fields-in-django-forms
Advanced Django Forms Usage (@pydanny and @maraujop) http://www.slideshare.net/pydanny/advanced-django-forms-usage
Applications
https://github.com/brutasse/django-floppyforms Full control of form rendering in the templates. Is more a widgets library than a forms library.
Utility
http://github.com/1stvamp/django-form-scaffold Utility for generating dynamic Django template representations of the inbuilt
form.as_p
/as_ul
/as_table
output.