Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A single database keeps every tenant's data. A :code:`ForeignKey` in the tables
Shared database with isolated schema
---------------------------------------

A single database keeps every tenant's data. Each tenant's data is in a separate schema within the single database. The schema identifies the tenant and data tabled do no have a FK to the tenant.
A single database keeps every tenant's data. Each tenant's data is in a separate schema within the single database. The schema identifies the tenant and data tabled do not have a FK to the tenant.


Isolated database with a shared app server
Expand Down