bernardopires / django-tenant-schemas

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

fixed error causing createsuperuser to fail for later versions of django #397

Closed anyeone closed 8 years ago

anyeone commented 8 years ago

I had the same problem another commenter did, needed to fix this locally to create a superuser

bernardopires commented 8 years ago

Awesome, thank you!