tenant: fix documentation reference to the manage.py command

This commit is contained in:
Frédéric Péters 2015-02-10 10:07:23 +01:00
parent e831c9d14f
commit dc463f1da7
1 changed files with 2 additions and 2 deletions

View File

@ -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 :