Django получить пользовательский модель Funciton

from django.contrib.auth import get_user_model

User = get_user_model()
Thankful Teira