from django.contrib.auth.models import AbstractUser class InventoryUser(AbstractUser): pass