
Python
Production Python without the DevOps. Native support for Django, Flask, and FastAPI with a simple git push deployment.
Deploying Python often forces a choice between managing raw servers or wrestling with complex container orchestration. Gigalixir provides a fully managed runtime that respects standard Python tooling, allowing you to deploy with requirements.txt or Pipfile while we handle the build and infrastructure.
- Dependency Detection: We automatically identify your requirements file, provision the environment, and run
pip install. No custom build scripts or Dockerfiles needed. - WSGI & ASGI Support: Run synchronous frameworks like Django (Gunicorn) or asynchronous ones like FastAPI (Uvicorn) with full control over worker processes via your Procfile.
- Direct Database Access: Connect directly to managed PostgreSQL. Run migrations and manage your schema without connection pooling interference, ensuring Django's transaction handling works natively.
- Remote Management: Execute administrative tasks like
python manage.py migrateorcreatesuperuserdirectly against your running production environment via the CLI.
