This commit is contained in:
Ross
2021-10-22 20:38:33 +01:00
parent e6ef6b92f4
commit 2407cba4e4
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class BodyPart(models.Model):
class Structure(models.Model):
structure = models.CharField(max_length=200)
structure = models.CharField(max_length=200, primary_key=True)
def __str__(self):
return self.structure