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

Why is python3 manage.py migrate_schemas not applying migrations? #627

Closed mhunchojack closed 4 years ago

mhunchojack commented 4 years ago

image

adnathanail commented 4 years ago

Is "crisis_pub" in your INSTALLED_APPS in settings.py?

mhunchojack commented 4 years ago

Yes it is.

mhunchojack commented 4 years ago

I started the project again thinking there was something missing by me, and this time there were no errors. I didn't even know what was the problem :(

mhunchojack commented 4 years ago

Though the documentation helped a lot.