network_inventory/src/core/models/user.py

6 lines
98 B
Python

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