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