Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared database with isolated schema but no subdomains? #9

Open
gcherem opened this issue Feb 16, 2019 · 1 comment
Open

Shared database with isolated schema but no subdomains? #9

gcherem opened this issue Feb 16, 2019 · 1 comment

Comments

@gcherem
Copy link

gcherem commented Feb 16, 2019

Hi, this is the most complete document about multitenancy on Django I've have seen.

I like the idea of keeping each tenant in a separated schema, specially for performance, but I don't like subdomains specially for three reasons: additional friction during the registration process, extra SLL costs and exposition of my customer list.

Is there a way to have shared database with isolated schema without subdomains?

Keep up the good work!

@esbolice
Copy link

You can implement the middleware class and build your own validation for clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants