Promage Staging Template

1. Upload all files to the Python application's Application Root.
2. In cPanel > Setup Python App:
   - Startup file: passenger_wsgi.py
   - Entry point: application
3. Install requirements.
4. Replace promage/__init__.py with your real application or adjust
   passenger_wsgi.py to import create_app() if your app uses an app factory.
