ApplicantPortal/uwsgi.py
2025-03-12 20:43:26 -06:00

5 lines
69 B
Python

from app import create_app
application = create_app('QUARTER_WEB')