Deployment
Django specific packages that aid and facilitate deployment of Django projects.
Search & Filter
| Package | ansible-django-stack | django-simple-deploy | django-prodserver | django-probes | django-gcp | django-windowsauth | django-auto-deploy |
|---|---|---|---|---|---|---|---|
|
Description
|
Ansible Playbook for setting
up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, Rab… |
Deployment, for Djangonauts
with deadlines. |
Django Management Command for
running production processes |
Django app to run database
liveness probe in a Kubernetes project |
Everything required to run
Django on GCP (storage, pubsub events, tasks, logging, errors) |
Easy integration and
deployment of Django projects into Windows Environments |
Deploy a Django website in one
click with this bash script (Nginx, Gunicorn, MySQL/MariaDB… |
|
Category
|
Other | App | App | App | App | App | Other |
|
Using This
|
5
|
1
|
0
|
0
|
0
|
1
|
1
|
|
Python 3?
|
No | Yes | Yes | Yes | Yes | Yes | No |
|
Dev Status
|
- | Beta | Pre-Alpha | Production/Stable | Production/Stable | Production/Stable | - |
|
Version (PyPI)
|
- | 1.4.1 | 2.4.0 | 1.8.0 | 0.24.0 | 1.4.0 | - |
|
Stars
|
1,385 | 427 | 56 | 42 | 29 | 28 | 125 |
|
Forks
|
383 | 45 | 4 | 11 | 5 | 4 | 19 |
|
Commits
|
|
|
|
|
|
|
|
|
Updated
|
5 Mar 2026 | 13 Apr 2026 | 8 May 2026 | 20 Nov 2025 | 18 Nov 2025 | 16 Jul 2025 | 21 Oct 2024 |
|
License
|
UNKNOWN | BSD License | MIT | BSD-3-Clause | MIT | BSD-3-Clause | UNKNOWN |
|
Links
|
|||||||
|
Feature Comparison
(click cells to edit)
|
|||||||
|
Base library
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
|
Supported operating systems
|
—
|
—
|
—
|
—
|
—
|
—
|
Ubuntu Server 20.04 and newer
|
|
Does not require VCS for project code updates
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
|
Designed to be plugged into existing projects
|
—
|
—
|
—
|
—
|
—
|
—
|
|
|
Supported databases
|
—
|
—
|
—
|
—
|
—
|
—
|
MySQL, MariaDB, PostgreSQL
|
|
Web servers
|
—
|
—
|
—
|
—
|
—
|
—
|
Nginx
|
|
Docs
|
—
|
—
|
—
|
—
|
—
|
—
|
—
|
|
Tests
|
—
|
—
|
—
|
—
|
—
|
—
|
|
Ansible Playbook for setting up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, RabbitMQ, Supervisor, Virtualenv, and Memcached. A Vagrantfile for provisioning a VirtualBox virtual machine is included as well.
Deployment, for Djangonauts with deadlines.
Django Management Command for running production processes
Django app to run database liveness probe in a Kubernetes project
Everything required to run Django on GCP (storage, pubsub events, tasks, logging, errors)
Easy integration and deployment of Django projects into Windows Environments
Deploy a Django website in one click with this bash script (Nginx, Gunicorn, MySQL/MariaDB/PostgreSQL)
Showing 7 of 37 packages in this grid.
Features Being Compared
Base library
buildout or fabric or something else
Supported operating systems
Does not require VCS for project code updates
project doesn't have to be stored in VCS in order to be deployed
Designed to be plugged into existing projects
Is the app designed to be plugged into existing projects or does it provide basic project to build on?
Supported databases
Database engines the app can set up or work with.
Web servers
How is python code executed.