Django newforms
19 April, 2007 - 0 commentsThis a great article from the Big Nerd Ranch describing how the new Django forms library works: http://weblog.bignerdranch.com/?p=31
For those who don't know, Django is a great web development framework built in Python. It is still under active development, and some of the newer things are not yet well documented. This tutorial does a good job explaining the newforms component.