4 lines
129 B
Python
4 lines
129 B
Python
"""wsgi_tenant.py — Gunicorn entrypoint for mydomain.com"""
|
|
from app.tenant import create_tenant_app
|
|
app = create_tenant_app()
|