Hi this is the model I am working with
from django.db import models from users.models import CustomUser
class Project(models.Model): id = models.Au