Answer the question
In order to leave comments, you need to log in
How to change the USER model?
Good day.
I need to modify the default user model in Django-Oscar. As far as I read, everything is not so simple there, you can’t just inherit from your native model and go ahead. Tell me how to add new fields to the model?
I will be very grateful for your help.
Answer the question
In order to leave comments, you need to log in
Inherit from AbstractBaseUser
https://docs.djangoproject.com/es/1.9/topics/auth/...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question