ConceptPortal-public/rsconcept/backend/apps/users/models.py

6 lines
192 B
Python

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