Currently I created another class/table called MyAppUser with my custom columns (such as address and phone number) that has a foreign key to Django\'s authenticatio
MyAppUser
Django provides built-in support for extending the user with your own properties, called User Profiles.