Added SaaS readme file

This commit is contained in:
Marc Aymerich 2016-05-27 10:25:39 +00:00
parent cf0ed9d056
commit e092597ba5
1 changed files with 3 additions and 1 deletions

View File

@ -83,4 +83,6 @@ Some applications do not support multi-tenancy by default, but we can hack the c
## Settings
Enabled services should be added into the `SAAS_ENABLED_SERVICES` settings tuple, providing its full module path, e.g. `'orchestra.contrib.saas.services.moodle.MoodleService'`. Parameters that should allow easy configuration on each deployment should be defined as settings. e.g. `SAAS_WORDPRESS_DOMAIN`. Take a look at the [`settings` module](settings.py).
Enabled services should be added into the `SAAS_ENABLED_SERVICES` settings tuple, providing its full module path, e.g. `'orchestra.contrib.saas.services.moodle.MoodleService'`.
Parameters that should allow easy configuration on each deployment should be defined as settings. e.g. `SAAS_WORDPRESS_DOMAIN`. Take a look at the [`settings` module](settings.py).