Y
Hacker News
new
|
ask
|
show
|
jobs
by
pplonski86
2007 days ago
The tutorial is still under the development and I will update the User model logic for sure (for payments and teams features). The 'wild' overwrite of User model was minimal to set email as required field in User model.
2 comments
disgrunt
2007 days ago
Django now just recommends a custom user model if you intend to change it. In my experience, this is now a best practice in Django. [0]
[0]:
https://docs.djangoproject.com/en/3.1/topics/auth/customizin...
link
wbc
2007 days ago
What are your thoughts on AbstractUser
https://docs.djangoproject.com/en/3.1/topics/auth/customizin...
?
link
[0]: https://docs.djangoproject.com/en/3.1/topics/auth/customizin...