key findings
This commit is contained in:
@@ -105,6 +105,7 @@ class Document(models.Model):
|
||||
organization = models.ForeignKey(Organization, on_delete=models.CASCADE, related_name='documents')
|
||||
created_at = models.DateTimeField(auto_now_add=True)
|
||||
modified_at = models.DateTimeField(auto_now=True)
|
||||
key_findings = models.TextField(blank=True, null=True, help_text="Key findings")
|
||||
|
||||
def __str__(self):
|
||||
return f"Document for {self.organization.name}"
|
||||
|
||||
Reference in New Issue
Block a user