Astro
Deploy a simple application written using Astro, a high-performance, content-oriented framework.
A high-level Python web framework that encourages rapid development and clean, pragmatic design.
Django is a robust, full-featured web framework for Python that simplifies building scalable, performant web applications and sites. With a large community and an impressive list of features and integrations, Django takes a batteries-included approach to bundling functionality while allowing users to swap out or add additional components as they see fit.
This Starter allows you to deploy a Django app on Koyeb with one click. The Django application serves the default demo page at /
and Django's administration interface at /admin
.
When deploying Django on Koyeb, the following environment variables will be provided. Take care to set the required variables with the appropriate values if not set.
Variable | Description | Default value | Required |
---|---|---|---|
DJANGO_ALLOWED_HOSTS | The list of domains or hostnames that Django can serve. | * | Yes |