Files
breccia-mapper/people/views/__init__.py
James Graham da57108e3e refactor: Use custom CSV export view
Remove dependency on djangorestframework-csv
2020-03-27 17:00:37 +00:00

11 lines
150 B
Python

"""
Views for displaying or manipulating models within the `people` app.
"""
from . import (
export,
network,
person,
relationship
)