Say I have the following:
models.py
class Project(models.Model): project_name = models.CharField(primary_key=True, max_length=100) # ... other fiel