bernardopires / django-tenant-schemas

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

NameError: global name 'MigrateCommand' is not defined #483

Closed ghost closed 7 years ago

ghost commented 7 years ago

Error line: https://github.com/bernardopires/django-tenant-schemas/blob/master/tenant_schemas/management/commands/migrate.py#L13

MigrateCommand is not imported or defined anywhere in the module.

mikicz commented 7 years ago

Fixed in 70fef87576ac997fdb4e1c265152cc8f2929141a, @bernardopires you can close this now