When bringing up a new database, the data migration to set certain schemas to be non-public by default fails because it is running before the models it depends upon are loaded.
Instead of a data migration, a management command to hide certain schemas should be used upon bringing up a new database. The README should be updated accordingly.
When bringing up a new database, the data migration to set certain schemas to be non-public by default fails because it is running before the models it depends upon are loaded.
Instead of a data migration, a management command to hide certain schemas should be used upon bringing up a new database. The README should be updated accordingly.