Documents
* add get document route * add missing attributes to intervention detail view
This commit is contained in:
@@ -60,6 +60,7 @@ class Document(BaseResource):
|
||||
"""
|
||||
Documents can be attached to compensation or intervention for uploading legal documents or pictures.
|
||||
"""
|
||||
title = models.CharField(max_length=500, null=True, blank=True)
|
||||
date_of_creation = models.DateField()
|
||||
document = models.FileField()
|
||||
comment = models.TextField()
|
||||
|
||||
Reference in New Issue
Block a user