ENH: Collections IACUC and ADFG (#31)

This commit is contained in:
Matthew Ryan Dillon 2017-11-14 08:26:48 -07:00 committed by GitHub
parent b8e7bb9bcc
commit 6c5ddbec1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 5 deletions

View file

@ -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