Deploy Python on CreateOS
Deploy Python applications including Flask, Django, and FastAPI with automatic dependency management and WSGI/ASGI support.
How to Deploy
1
Connect your repository
Link your GitHub repository with your Python project and requirements.txt.
2
Configure runtime
Select Python version and CreateOS detects your framework (Flask, Django, FastAPI).
3
Set environment variables
Add database URLs, API keys, and other configuration variables.
4
Deploy
Deploy with automatic WSGI/ASGI server configuration and scaling.
Features
Flask, Django, FastAPI support
WSGI/ASGI server auto-config
Virtual environment management
requirements.txt & pyproject.toml
Gunicorn/Uvicorn included
Default Commands
Run command:
gunicorn app:app