In my \'users\' app in my Django project I have the following code for my model:
from django.db import models from django.contrib.auth.models import User cla