mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +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
|
||||
use_pycharm [n]: y
|
||||
use_docker [n]: n
|
||||
use_vscode_devcontainer [n]: n
|
||||
Select postgresql_version:
|
||||
1 - 14
|
||||
2 - 13
|
||||
|
|
|
@ -52,6 +52,9 @@ use_pycharm:
|
|||
use_docker:
|
||||
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:
|
||||
Select a PostgreSQL_ version to use. The choices are:
|
||||
|
||||
|
@ -145,6 +148,8 @@ debug:
|
|||
.. _Docker: https://github.com/docker/docker
|
||||
.. _Docker Compose: https://docs.docker.com/compose/
|
||||
|
||||
.. _VS Code Dev Container: https://github.com/microsoft/vscode-dev-containers
|
||||
|
||||
.. _PostgreSQL: https://www.postgresql.org/docs/
|
||||
|
||||
.. _Gulp: https://github.com/gulpjs/gulp
|
||||
|
|
Loading…
Reference in New Issue
Block a user