Django's implementation of testserver does a 'migrate' which of course doesn't work with django-tenant-schemas since we're supposed to be doing 'migrate_schemas'. It gives that error message "CommandError: migrate has been disabled, for database 'default'. Use migrate_schemas instead. Please read the documentation if you don't know why you shouldn't call migrate directly!"
Hello,
Django's implementation of testserver does a 'migrate' which of course doesn't work with django-tenant-schemas since we're supposed to be doing 'migrate_schemas'. It gives that error message "CommandError: migrate has been disabled, for database 'default'. Use migrate_schemas instead. Please read the documentation if you don't know why you shouldn't call migrate directly!"
Is there a known workaround for this?
Thanks for the great app!