hugobessa / django-shared-schema-tenants

A lib to help in the creation of shared schema multi tenants applications without suffering
MIT License
20 stars 9 forks source link

Make Tenant model swappable #37

Open hugobessa opened 6 years ago

techdragon commented 6 years ago

https://github.com/wq/django-swappable-models might be a solution to this. If the goal is to make it swappable just like the Django user profile model is. But given how tough it can be to migrate/transition across the boundary of not-swappable to a swappable future, its worth elaborating the reasons behind making it swappable in order to consider the possible alternatives.