Ofcourse you can... It will not create any problem On Mon, 20 Jan 2020, 10:49 pm graeme, <[email protected]> wrote:
> I have people's first names and last names in another model (because not > all people in the DB are users). Therefore if I store names in the user > model I will duplicate data. > > I think the right solution is to remove the first_name and last_name user > models from the custom user model. Will this cause problems? > > I can sensibly override methods like get_full_name() > > Thanks for any help. > <https://docs.djangoproject.com/en/3.0/ref/contrib/auth/#django.contrib.auth.models.User.get_full_name> > > -- > 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/421e55c9-b3ef-47e0-aaf7-3d36bfcff45d%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/421e55c9-b3ef-47e0-aaf7-3d36bfcff45d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPjsHcHa8-GVb4KV_pMyxCEX7ijAqh0Ob%2BgomrA33yfyafWaEw%40mail.gmail.com.

