GreenDeploy is a framework that makes it easy to build Dockerized Django projects by providing uniform templates.
This is mostly a cli software.
- py3.8 will be on
to-be-frozen
status starting 2022-10. This serves as a 1 year countdown tofrozen
status where it will no longer be supported - py3.8 will be supported till 2023-10 after which it will be on
frozen
status and removed from main brach and no longer supported. - py3.9 will be on
to-be-frozen
status starting 2023-10. This serves as a 1 year countdown tofrozen
status where it will no longer be supported
So the full schedule for this package is
Python | add | to-be-frozen status |
frozen status and stop supporting |
PSF start release | PSF stop full support | PSF stop security fix |
---|---|---|---|---|---|---|
3.8 | since package inception | 2022-10 | 2023-10 | 2019-10 | 2021-05 | 2024-10 |
3.9 | since package inception | 2023-10 | 2024-10 | 2020-10 | 2022-05 | 2025-10 |
3.10 (latest) | since package inception | 2024-10 | 2025-10 | 2021-10 | 2023-05 | 2026-10 |
3.11 (preview) | 2023-04 | 2025-10 | 2026-10 | 2022-10 | 2024-05 | 2027-10 |
Minimum python version: 3.9
Recommended to have a venv running python 3.9 before you run
pip install greendeploy-cli
Latest greendeploy-cli version is 0.0.11
Watch asciicast on installation for v0.0.9. Steps are the same.
greendeploy info
greendeploy new --verbose
The starter is from https://github.com/GreenDeploy-io/greendeploy-starters/tree/main/starters/dockerized-django/default
Watch asciicast on creating new project locally on desktop Requires: Docker and Docker Compose
Watch loom on how it should look like at first webpage load after first new
command
To bring up the docker containers locally
docker-compose -f local.yml up
To stop the docker, use control + C
To bring down the docker containers locally
docker-compose -f local.yml down --remove-orphans