ENH: Sex fields as lookups (#55)
This commit is contained in:
parent
4cd133f993
commit
c52d4e736d
9 changed files with 182 additions and 9 deletions
|
@ -35,6 +35,7 @@ router.register(r'sites', locations_viewsets.SiteViewSet)
|
|||
router.register(r'study-locations', locations_viewsets.StudyLocationViewSet)
|
||||
# Species
|
||||
router.register(r'species', species_viewsets.SpeciesViewSet)
|
||||
router.register(r'sexes', species_viewsets.SexViewSet)
|
||||
router.register(r'collection-species',
|
||||
species_viewsets.CollectionSpeciesViewSet)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue