vbv/vbv_lernwelt/users/forms.py

4 lines
72 B
Python

from django.contrib.auth import get_user_model
User = get_user_model()