This commit is contained in:
Matteo Savini 2023-03-07 23:39:09 +01:00
parent 2b39ccee35
commit 512e2106e0
2 changed files with 6 additions and 0 deletions

View File

@ -122,6 +122,7 @@ Answer the prompts with your own desired [options](http://cookiecutter-django.re
windows [n]: n windows [n]: n
use_pycharm [n]: y use_pycharm [n]: y
use_docker [n]: n use_docker [n]: n
use_vscode_devcontainer [n]: n
Select postgresql_version: Select postgresql_version:
1 - 14 1 - 14
2 - 13 2 - 13

View File

@ -52,6 +52,9 @@ use_pycharm:
use_docker: use_docker:
Indicates whether the project should be configured to use Docker_ and `Docker Compose`_. Indicates whether the project should be configured to use Docker_ and `Docker Compose`_.
use_vscode_devcontainer:
Indicates whether the project should be configured to use `VS Code Dev Container`_.
postgresql_version: postgresql_version:
Select a PostgreSQL_ version to use. The choices are: Select a PostgreSQL_ version to use. The choices are:
@ -145,6 +148,8 @@ debug:
.. _Docker: https://github.com/docker/docker .. _Docker: https://github.com/docker/docker
.. _Docker Compose: https://docs.docker.com/compose/ .. _Docker Compose: https://docs.docker.com/compose/
.. _VS Code Dev Container: https://github.com/microsoft/vscode-dev-containers
.. _PostgreSQL: https://www.postgresql.org/docs/ .. _PostgreSQL: https://www.postgresql.org/docs/
.. _Gulp: https://github.com/gulpjs/gulp .. _Gulp: https://github.com/gulpjs/gulp