Skip to content

auth, stripe and docs #80

Closed Answered by lorinkoz
mronoffon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mronoffon. Some comments to your questions:

  1. It will depend on your tenant-user relationship. If you have only one user per tenant, that's one design, if you have multiple users that can be associated with multiple tenants, that's another design, and finally, you could have multiple users locked inside the tenant they belong to. With additional information, I could provide some guidance here.
  2. No strict recommendation here, you can have a fat tenant model (you will keep all tenant data in the public schema), or you could have a thin tenant model and then a one-to-one to a singleton model that will live inside the tenant. There are no strong reasons to pick one over another.
  3. django-pgsc…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lorinkoz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants