📖 updated project generation flow

This commit is contained in:
Abdullah Adeel 2022-01-15 14:56:33 +05:00
parent 18fe62a341
commit 5d3df1ddf5

View File

@ -52,8 +52,23 @@ 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`_.
postgresql_version: database_engine:
Select a PostgreSQL_ version to use. The choices are: Cookiecutter now supports the following databases:
1. Postgres
2. MySQL
Select the database you want to use for your project.
database_version:
Select the version of the database you want to use for your project.
.. note::
| Database versions are shown in the format ``{database_engine}@{version}``.
| So make sure you select the versoin accoring to the database version you seleted in the previous step.
| For example, if you selected **Postgres** as your database, make sure to select from one of the options starting with ``postgresql@{version_you_want}`` and if you seleted **MySQL**, select one of the options starting with ``mysql@{version_you_want}``.
*Currently, following PostgreSQL versions are supported:*
1. 14.1 1. 14.1
2. 13.5 2. 13.5
@ -61,6 +76,10 @@ postgresql_version:
4. 11.14 4. 11.14
5. 10.19 5. 10.19
*Currently, following MySQL versions are supported:*
1. 5.7
js_task_runner: js_task_runner:
Select a JavaScript task runner. The choices are: Select a JavaScript task runner. The choices are: