You are writing a comment about Two-Faced Django Part 2: Models and Django Testing, here is a quick summary:
In the second part of this series we put together our models for this project, and also introduce the Django testing framework.
You are responding to this comment written by Jesse Legg on April 23rd 2008, 11:25.
Nice series of posts, especially useful are the Facebook details.
One note: it's slightly unseemly to define your own User model. I found this confusing when reading some of your later articles. Not sure when these were written, but in the current Django svn release there is now a get_profile() method attached to the auth User object. See: Storing additional information about users.
Using get_profile() and defining settings.AUTH_PROFILE_MODULE is a little bit cleaner way to handle additional user data (like facebook IDs, etc).
Keep up the good work!
Please be aware that comment forms go stale after one hour.
Comments may make use of LifeFlow MarkDown. Raw html will be escaped.
Quick Introduction to LifeFlow MarkDown Syntax
A highlighted code block:
Other common languages work as well: scheme, python, java, html, etc.
Other markdown syntax: