battlefield-portal-community / bfportal.gg

A website that enables players to share Battlefield Portal Mods (Battlefield 2042). This repo serves its source code
http://bfportal.gg/
GNU General Public License v3.0
10 stars 6 forks source link

Migrate to `AbstractUser` #220

Open p0lygun opened 1 year ago

p0lygun commented 1 year ago

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

Tasks

This is the basic overview of the task, a much more detailed discussion must take place before starting with the task.