USEPA / haztrak

An open-source web app that illustrates how waste management software can interface with RCRAInfo to track hazardous waste electronically
https://usepa.github.io/haztrak/
MIT License
45 stars 19 forks source link

Use django URL names in test suite #730

Closed dpgraham4401 closed 3 weeks ago

dpgraham4401 commented 3 weeks ago

Description

utilizes the django naming URL pattern to remove hard coded URLs in our test suite. We also make some modifications to our REST API hierarchy and reosource names.

Issue ticket number and link

Checklist