So I have these Django models in the users app, and I have added AUTH_USER_MODEL = \'users.User\' to settings.py
users
AUTH_USER_MODEL = \'users.User\'
from django.db impo