mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
Update available postgres versions
The listed versions in the documentation were out of sync with those given when running cookiecutter as recommended in the documentation.
This commit is contained in:
parent
c5671cf242
commit
5529c44b16
|
@ -49,11 +49,10 @@ use_docker:
|
||||||
postgresql_version:
|
postgresql_version:
|
||||||
Select a PostgreSQL_ version to use. The choices are:
|
Select a PostgreSQL_ version to use. The choices are:
|
||||||
|
|
||||||
1. 12.3
|
1. 13.2
|
||||||
2. 11.8
|
2. 12.6
|
||||||
3. 10.8
|
3. 11.11
|
||||||
4. 9.6
|
4. 10.16
|
||||||
5. 9.5
|
|
||||||
|
|
||||||
js_task_runner:
|
js_task_runner:
|
||||||
Select a JavaScript task runner. The choices are:
|
Select a JavaScript task runner. The choices are:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user