comocheng / kineticmodelssite

a django site for kinetic models
4 stars 9 forks source link

Implement Proposal System #162

Open kiancm opened 3 years ago

kiancm commented 3 years ago

This change adds a series of REST endpoints for creating proposals to create or update any existing model in the database. It requires token authentication, which can be provided by administrators on the admin page. Administrators also need to approve each proposal using the respective API endpoints.