Hi everyone,
anyone here using either django-multitenant or django-tenants and has experience in rolling those out on production apps?
We currently have a shared-db & shared-schema approach, which is sometimes cumbersome (and error prone) to deal with, so I'm looking into using a library to use this.
The separate schemas look a bit daunting / like a heavy change. Any experiences with that? (Especially regarding the migration and "future-proofness")