debian-django-tenant-schemas/tenant_schemas/management/commands/collectstatic_schemas.py

6 lines
136 B
Python

from tenant_schemas.management.commands import BaseTenantCommand
class Command(BaseTenantCommand):
COMMAND_NAME = 'collectstatic'