ENH: Collection environmental measurements (#44)

This commit is contained in:
Matthew Ryan Dillon 2018-01-14 16:57:52 -07:00 committed by GitHub
parent 8d356716b4
commit 45da820a0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 82 additions and 7 deletions

View file

@ -22,6 +22,8 @@ router.register(r'collection-types',
collections_viewsets.CollectionTypeViewSet)
router.register(r'collection-flaws',
collections_viewsets.FlawViewSet)
router.register(r'collection-measurements',
collections_viewsets.CollectionMeasurementViewSet)
router.register(r'adfg-permits', collections_viewsets.ADFGPermitViewSet)
router.register(r'datasheet-attachments',
collections_viewsets.DatasheetAttachmentViewSet)