Hi Ben, I'll highly recommended to read fantastic post on Will Vincent <https://wsvincent.com/> blog -> https://wsvincent.com/django-tips-custom-user-model/ His approach is much easier than one on django website and it is worth to have look.
Also his djangox repo on github is very useful. Best Regards Damian Hi. > > I read the part where it's "highly recommended" to create a custom user > model, but I don't see why it's worth the headache. I found these problems: > > 1 In the admin panel, my auth groups are in a separate app from my users > 2 There is some disagreement out there about how apps should refer to a > user model now that the user model might be custom > 3 A lot of features that I would add are app specific, and therefore would > be better handled by app specific profiles > 4 There's a new entry point for possible errors and glitches > > So why do this? > > Thanks, > Ben > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3b3d9cbf-4637-4d77-9cd4-94f12098debe%40googlegroups.com.

