Portal/rsconcept/backend/apps/users/models.py

6 lines
189 B
Python
Raw Normal View History

2024-06-07 20:17:03 +03:00
''' 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