DDMAL / CantusDB

A new site for Cantus Database running under Django.
https://cantusdatabase.org
MIT License
5 stars 6 forks source link

Break up admin.py #1510

Closed ahankinson closed 3 months ago

ahankinson commented 4 months ago

Currently all the admin section config is in one file, admin.py.

It would be handy to break this out into individual files for each model, so that the config for that model is stored in one place.

I would be happy to open a PR for this, if @dchiller and @lucasmarchd01 are OK with the change.

dchiller commented 4 months ago

Fine with me

dchiller commented 3 months ago

Closed with #1513 (there was previously a different issue linked to that PR)