feat: embed extra data in person csv

Resolves #113
This commit is contained in:
James Graham
2021-05-17 19:29:26 +01:00
parent 264c353b1d
commit 48cce12c32
2 changed files with 10 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ class PersonSerializer(base.FlattenedModelSerializer):
fields = [
'id',
'name',
'organisation',
'country_of_residence',
]