mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
feat: add views for Organisation model
Location picker on update view
This commit is contained in:
@@ -4,6 +4,7 @@ Views for displaying or manipulating models within the `people` app.
|
||||
|
||||
from . import (
|
||||
network,
|
||||
organisation,
|
||||
person,
|
||||
relationship
|
||||
)
|
||||
@@ -11,6 +12,7 @@ from . import (
|
||||
|
||||
__all__ = [
|
||||
'network',
|
||||
'organisation',
|
||||
'person',
|
||||
'relationship',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user