ITADN

Using CustomUser named model instead of User model

#81Openspline2hg 创建于 2024-10-06
featureserver
S
spline2hgcommented
I would like to propose considering the use of a custom user model and a custom user manager instead of the default user model. This approach would allow us to utilize request.user for accessing user data, eliminating the need to retrieve the username from the session. Combining both session data and a custom user model could be quite approachable , thanks
3 条评论