bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.45k stars 424 forks source link

How to use custom executors for migrate_schemas? #639

Closed alexandrebarbaruiva closed 3 years ago

alexandrebarbaruiva commented 4 years ago

I created a custom executor and I want to use with migrate_schemas, however it doesn't find when I pass as argument migrate_schemas --executor=modified. How can I make this command work properly?