Chemical-Curation / chemcurator_django

Backend services for chemical curation
https://api.chemreg.epa.gov
MIT License
1 stars 0 forks source link

139 substance crud #173

Closed michael-barbour closed 3 years ago

michael-barbour commented 3 years ago

closes #139

I added params to the the SubstanceFactory. This requires _is_sub_factory=True to work properly as a trait. This could be reworked into the metaclass for params but the time cost seems to outweigh the benefits.

Related links are not working, seemingly due to PolymorphicSelfLinkMixin.**

**edit: Removed the problem code. They should be working now.