⬅︎ Back to Musings about django.contrib.auth.models.User
Yes, User profiles all the way!
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
+1 to user profiles!
Comment
Yes, User profiles all the way!
Parent comment
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
+1 to user profiles!