Thu, 2007-04-26 13:15
This tutorial rocks.
Try adding a new field to the database
email varchar 75
And the following line to model.py
email = models.EmailField()
Then load the page at http://127.0.0.1:8000/contacts/ again!
It just works.
Try entering an email of "abc" and watch the automatic validation!
Thanks Mike!
