Portal/rsconcept/backend/apps/users/models.py
IRBorisov 2759f10d09
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
Frontend CI / build (18.x) (push) Has been cancelled
Initial commit
2024-06-07 20:17:03 +03:00

6 lines
189 B
Python

''' Models: User profile and Authorization. '''
# Note: using User import to isolate original
# pylint: disable=unused-import,ungrouped-imports
from django.contrib.auth.models import User