This repository was archived by the owner on May 18, 2025. It is now read-only.

Description
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