Comment

Vincent Driessen

Have you ever extended the User object in another way, then? Without using subclasses? How did you do it? Did you make another model with a ForeignKey to User?

Or did you use User profiles?

Cheers,
Vincent

Replies

Peter Bengtsson

Yes, User profiles all the way!

Federico Cáceres

+1 to user profiles!