ENH: Collections IACUC and ADFG (#31)
This commit is contained in:
parent
b8e7bb9bcc
commit
6c5ddbec1e
5 changed files with 32 additions and 5 deletions
|
@ -21,6 +21,7 @@ router.register(r'collection-types',
|
|||
collections_viewsets.CollectionTypeViewSet)
|
||||
router.register(r'collection-flaws',
|
||||
collections_viewsets.FlawViewSet)
|
||||
router.register(r'adfg-permits', collections_viewsets.ADFGPermitViewSet)
|
||||
# Projects
|
||||
router.register(r'projects', projects_viewsets.ProjectViewSet)
|
||||
# Locations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue