adding model = models.report
This commit is contained in:
parent
496ec5626e
commit
c9fbe8d60e
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class ReportSerializer(serializers.ModelSerializer):
|
|||
# 'data_submitted',
|
||||
'submitted',
|
||||
)
|
||||
model = models.Report
|
||||
|
||||
|
||||
# section serializer
|
||||
|
|
Loading…
Reference in a new issue