feature: add map of all people

This commit is contained in:
James Graham
2020-12-16 14:54:46 +00:00
parent 1a27774177
commit b2cd5f4940
7 changed files with 111 additions and 27 deletions

View File

@@ -38,6 +38,10 @@ urlpatterns = [
views.relationship.RelationshipUpdateView.as_view(),
name='relationship.update'),
path('map',
views.person.PersonMapView.as_view(),
name='person.map'),
path('network',
views.network.NetworkView.as_view(),
name='network'),