Added Person creation

This commit is contained in:
tomtom5152
2014-10-29 15:30:09 +00:00
parent fc8d869b9d
commit 4b218ab275
5 changed files with 55 additions and 4 deletions

View File

@@ -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