.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user