6 lines
189 B
Python
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
|