mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
refactor: Move export into separate app
This commit is contained in:
@@ -38,14 +38,6 @@ urlpatterns = [
|
||||
views.relationship.RelationshipUpdateView.as_view(),
|
||||
name='relationship.update'),
|
||||
|
||||
path('people/export',
|
||||
views.export.PersonExportView.as_view(),
|
||||
name='person.export'),
|
||||
|
||||
path('relationships/export',
|
||||
views.export.RelationshipExportView.as_view(),
|
||||
name='relationship.export'),
|
||||
|
||||
path('network',
|
||||
views.network.NetworkView.as_view(),
|
||||
name='network'),
|
||||
|
||||
Reference in New Issue
Block a user