This isn't a custom user model, it's a related model - what would normally be called a user profile.
Regardless, there *is* a reference from User to CustomUser, via the one-to-one relation: you can just do `user.customuser`. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/af854b33-3fd0-4207-9402-738cf0acc63c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

