Files
MyPOS/wsgi_tenant.py
2026-05-06 14:19:07 -04:00

4 lines
129 B
Python

"""wsgi_tenant.py — Gunicorn entrypoint for mydomain.com"""
from app.tenant import create_tenant_app
app = create_tenant_app()