mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
update
This commit is contained in:
parent
2b39ccee35
commit
512e2106e0
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user