WordPress/openverse-api

Expose Django Admin view for mature audio

krysal opened this issue · 0 comments

Problem

Currently to flag an audio track as mature we have to manipulate the DB records using the Django ORM or directly through a psql/pgcli session. We can ease this job by adding a friendly view in the Django Admin.

Description

Analogous to the "matureimage" views, add the list and creation form for MatureAudio objects.

Implementation

  • 🙋 I would be interested in implementing this feature.