Using Django 1.10 Admin with a legacy contrib.auth.user plus 1:1 userprofile
It works fine but I'm having trouble letting the user adjust their name and email address in contrib.auth.user.
Additionally, I reveal some of the user profile fields as an Admin inline under the Company model for users to edit their preferences.
I would like to include a view which incorporates selected fields from both models as a single inline under Company in the Admin. Is that possible? Should I instead retrofit a custom user?
Thanks Mike -- 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/b8f38ada-fa02-19bd-1987-6aad86d06773%40dewhirst.com.au. For more options, visit https://groups.google.com/d/optout.

