From f18eec4754baf17fc0dfbec3376a4d1f9063541d Mon Sep 17 00:00:00 2001 From: boulch Date: Mon, 3 Apr 2017 13:32:03 +0200 Subject: [PATCH] Update README.md add configuration line "tenant_apps ..." --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03eda05..5e8747a 100644 --- a/README.md +++ b/README.md @@ -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