Migrate to AbstractUser
#220
Labels
1 priority: medium 🥈
issues that needs to be done in near future
documentation 📚
Improvements or additions to documentation
help wanted 🙏
Extra attention is needed
type:backend 🖥
issues that need addition/modification on backend
type: needs triage 🔍
issues whose priority is not yet decided
When I started this project I made a grave mistake of using the default user model for everything, Fast forward to today we maintain two models Users and Profiles which ideally should be one. In this task, we will have to migrate every user to a
CustomUser
model that subclasses fromAbstractUser
.Tasks
This is the basic overview of the task, a much more detailed discussion must take place before starting with the task.
The text was updated successfully, but these errors were encountered: