From dc463f1da75d36e85ef4e07c766e681b9053e18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 10 Feb 2015 10:07:23 +0100 Subject: [PATCH] tenant: fix documentation reference to the manage.py command --- entrouvert/djommon/multitenant/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrouvert/djommon/multitenant/README b/entrouvert/djommon/multitenant/README index 03d29d0..fba7ce6 100644 --- a/entrouvert/djommon/multitenant/README +++ b/entrouvert/djommon/multitenant/README @@ -85,9 +85,9 @@ Usage ----- Create a tenant: - manange.py create_tenant www.example.net + manage.py create_tenant www.example.net Migration of all tenants: - manange.py migrate_schemas + manage.py migrate_schemas Tenants are created in TENANT_BASE directory, for example :