DDMAL / CantusDB

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

Fixed: Allow superusers all access #1531

Closed ahankinson closed 1 month ago

ahankinson commented 1 month ago

This PR fixes the permissions checks to allow superusers to access all the forms by default.

It also does a couple maintenancey things:

Fixes #1527