Python web applications normally run through a configured application environment rather than the development server.
Prepare #
- Include requirements.txt or another dependency file.
- Use environment variables for secrets.
- Confirm the supported Python version.
- Define the WSGI or ASGI entry point.
- Disable debug mode in production.
Deploy #
- Create the Python application in the hosting panel.
- Select the application root and version.
- Install dependencies in the virtual environment.
- Set the startup entry point.
- Add environment variables.
- Restart and inspect logs.
- Test static files, database and HTTPS.
Need Help? #
If you still need assistance, open a support ticket through your Vertico client account and include the affected domain or email address, a screenshot of the error, and the approximate time the problem occurred. Never send passwords by email or support ticket.
