Recommend and initialize a custom user model #143
silviogutierrez
announced in
RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The vast majority of projects require authentication and custom fields. And it's much easier to set this up when starting a project than later on.
Should we initialize new Reactivated projects with
core/models.py
andUser
model set up?Background reading:
More thoughts
This will also allow is to provide The Way™ to customize the
HttpRequest
mypy stub to hold a custom user type, which is often needed when using typed Django.Beta Was this translation helpful? Give feedback.
All reactions