mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 00:12:15 +00:00
Added Person creation
This commit is contained in:
@@ -30,7 +30,7 @@ class Person(models.Model):
|
||||
|
||||
address = models.TextField(blank=True, null=True)
|
||||
|
||||
comments = models.ManyToManyField('ModelComment')
|
||||
comments = models.ManyToManyField('ModelComment', blank=True)
|
||||
|
||||
def __unicode__(self):
|
||||
string = self.name
|
||||
|
||||
Reference in New Issue
Block a user