Multi-Tenant install #550
Replies: 2 comments
-
Couldn't you just run separate venv profiles? or separate virtual servers? Tell us more about your set up so we can try and help... |
Beta Was this translation helpful? Give feedback.
-
Running separate venv profiles wouldn’t really solve the issue, since that just isolates dependencies, not the actual data. You’d still need a way to keep client data separate within the app itself. Setting up separate virtual servers could work, but that’s overkill—way too resource-intensive and not cost-effective, especially when scaling. With Horilla, the goal is proper multi-tenancy where:
Ideally, I need something that can handle tenant-specific settings and isn’t a nightmare to maintain. Anyone tackled something similar? |
Beta Was this translation helpful? Give feedback.
-
Hi please could someone detail how to install using django multi-tenant.
I've gone round in circles and can't seem to have isolated data between clients?
I followed the guide on the horilla site, but that made things more confusing 😅
Beta Was this translation helpful? Give feedback.
All reactions