Django, the open source Python web framework, preinstalled with gunicorn, nginx and PostgreSQL. A clean starter project is ready on first boot, so the customer drops in their own app and ships. Backed by 24/7 cloudimg support.
Real screenshots of this software running on the cloudimg image, taken while testing the deployment guide.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Overview
Django is the leading open source Python web framework, the batteries-included framework that powers Instagram, Mozilla, Pinterest, the Washington Post and tens of thousands of production sites. This image delivers a complete, production-grade Django runtime, so a Python web application server is running within minutes of launch with no package installation, virtualenv setup, database provisioning or reverse-proxy wiring required.
What Is Included
Django installed in an isolated Python 3.12 virtualenv at /opt/django/venv. gunicorn as the WSGI application server, bound to a Unix socket and managed by systemd. nginx as the reverse proxy on TCP 80, serving static and media files directly. PostgreSQL as the default database, with the psycopg driver. A clean cloudimg starter Django project at /opt/django/cloudimg the customer customizes or replaces with their own application code.
Dedicated Storage Tiers
The PostgreSQL data directory and the Django application tier live on separate, independently resizable EBS volumes. The database can be grown without disturbing the application code, and neither tier shares the operating system root volume.
Per-Instance Credentials On First Boot
A one-shot systemd service rotates every secret at the first boot of every instance. The Django SECRET_KEY, the PostgreSQL role password and a Django admin superuser password are all freshly generated. ALLOWED_HOSTS is pre-populated with the instance public IP. The rotated credentials are written to /stage/scripts/django-credentials.log with mode 0600.
Ready To Use
The Django admin UI is reachable on http://
cloudimg Support
24/7 technical support by email and chat. Help with Django deployment, gunicorn and nginx tuning, PostgreSQL configuration, TLS termination and framework upgrades.
Use Cases
Python web application hosting. Internal admin tools, dashboards and back-office systems. REST APIs with Django REST Framework. Multi-tenant SaaS platforms. Content management and publishing stacks.
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.