remove useless get_tenant_by_domain command (#6398)

This commit is contained in:
Thomas NOËL 2015-02-05 16:06:47 +01:00
parent c1206294a1
commit ad0757e72f
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
from django.core.management.base import BaseCommand
from entrouvert.djommon.multitenant.middleware import TenantMiddleware
class Command(BaseCommand):
help = "Create schemas"
def handle(self, *args, **options):
for arg in args:
print TenantMiddleware.hostname2schema(arg)