mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
6 lines
192 B
Python
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
|