ENH: Collection environmental measurements (#44)
This commit is contained in:
parent
8d356716b4
commit
45da820a0b
6 changed files with 82 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue