Update README.md

add configuration line "tenant_apps ..."
This commit is contained in:
boulch 2017-04-03 13:32:03 +02:00 committed by GitHub
parent 9927c93405
commit f18eec4754
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ Installation
- add to Passerelle installed apps settings:
INSTALLED_APPS += ('passerelle_imio_ts1_datasources',)
TENANT_APPS += ('passerelle_imio_ts1_datasources',)
- enable module:
PASSERELLE_APP_PASSERELLE_IMIO_TS1_DATASOURCES_ENABLED = True