mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
@@ -8,6 +8,10 @@ class PersonExportView(base.CsvExportView):
|
||||
model = models.person.Person
|
||||
serializer_class = serializers.people.PersonSerializer
|
||||
|
||||
class PersonAnswerSetExportView(base.CsvExportView):
|
||||
model = models.person.PersonAnswerSet
|
||||
serializer_class = serializers.people.PersonAnswerSetSerializer
|
||||
|
||||
|
||||
class RelationshipExportView(base.CsvExportView):
|
||||
model = models.relationship.Relationship
|
||||
|
||||
Reference in New Issue
Block a user