carpentries / amy

A web-based workshop administration application built using Django.
https://amy.carpentries.org
MIT License
109 stars 72 forks source link

Populate django admin fields from prod to test #2421

Open maneesha opened 1 year ago

maneesha commented 1 year ago

When building test AMY, data defined in django admin of the live app should be used to populate the same tables. This ensures we can keep test AMY's features current with live AMY.

maneesha commented 1 year ago

@elichad suggests using seeding scripts. Dictionaries would store most current values. We could retrieve the live AMY data via the api to feed back to test-amy. Not sure how difficult this would be.

maneesha commented 11 months ago

As discussed today, this will need more discussion to understand how to implement, keep current with prod, etc.