from django.contrib.auth.models import AbstractUser class User(AbstractUser): """ Custom user model in case we need to make changes later. """ pass