This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/account/models.py

6 lines
89 B
Python
Raw Normal View History

2023-12-18 22:09:18 +01:00
from django.contrib.auth.models import AbstractUser
2023-12-18 21:00:37 +01:00
2023-12-18 22:09:18 +01:00
class User(AbstractUser):
pass