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

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...