django-tenant-schemas icon indicating copy to clipboard operation
django-tenant-schemas copied to clipboard

./manage.py testserver does not work

Open renegadeofunk opened this issue 8 years ago • 0 comments

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!

renegadeofunk avatar Jul 19 '17 13:07 renegadeofunk