Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kingmalza committed Sep 10, 2018
1 parent 8f6da8c commit 6e85070
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ Welcome to AidaDocs's documentation!
:maxdepth: 2
:caption: Contents:

This application enables Django powered websites to have multiple tenants via PostgreSQL schemas. A vital feature for every Software-as-a-Service website.

Django provides currently no simple way to support multiple tenants using the same project instance, even when only the data is different. Because we don’t want you running many copies of your project, you’ll be able to have:

- Multiple customers running on the same instance
- Shared and Tenant-Specific data
- Tenant View-Routing

What are Aida
-------------------
A schema can be seen as a directory in an operating system, each directory (schema) with it’s own set of files (tables and objects). This allows the same table name and objects to be used in different schemas without conflict. For an accurate description on schemas, see PostgreSQL’s official documentation on schemas.


Indices and tables
Expand Down

0 comments on commit 6e85070

Please sign in to comment.