tenant: add "create super user" to example commands

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

View File

@ -88,7 +88,8 @@ Create a tenant:
manage.py create_tenant www.example.net
Migration of all tenants:
manage.py migrate_schemas
Add a super user to tenant:
manage.py tenant_command createsuperuser --domain www.example.net
Tenants are created in TENANT_BASE directory, for example :
/var/lib/project/tenants/www.example.net/