feat: Add Activity export

See #27
See #29
Resolves #24
This commit is contained in:
James Graham
2020-04-01 16:48:23 +01:00
parent 7d1aac2021
commit 15aab2eb33
6 changed files with 76 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
from .base import ExportListView
from . import (
activities,
people
)