renamed create_schema to create_schemas

This commit is contained in:
Thomas NOËL 2015-02-05 15:53:07 +01:00
parent c298e1d4e7
commit c1206294a1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from entrouvert.djommon.multitenant.middleware import TenantMiddleware
from django.db import connection
class Command(BaseCommand):
help = "Create schemas"
help = "Create schemas for all declared tenants"
def handle(self, *args, **options):
verbosity = int(options.get('verbosity'))