mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-29 04:54:02 +03:00
Update postgres versions (#3712)
* REFACTOR: Update PostgreSQL versions that fix some security issues. * CHORE: Update PostgreSQL versions that fix some security issues.
This commit is contained in:
parent
2c7c4bc435
commit
bc71a326da
10
README.md
10
README.md
|
@ -121,11 +121,11 @@ Answer the prompts with your own desired [options](http://cookiecutter-django.re
|
||||||
use_pycharm [n]: y
|
use_pycharm [n]: y
|
||||||
use_docker [n]: n
|
use_docker [n]: n
|
||||||
Select postgresql_version:
|
Select postgresql_version:
|
||||||
1 - 14.1
|
1 - 14
|
||||||
2 - 13.5
|
2 - 13
|
||||||
3 - 12.9
|
3 - 12
|
||||||
4 - 11.14
|
4 - 11
|
||||||
5 - 10.19
|
5 - 10
|
||||||
Choose from 1, 2, 3, 4, 5 [1]: 1
|
Choose from 1, 2, 3, 4, 5 [1]: 1
|
||||||
Select cloud_provider:
|
Select cloud_provider:
|
||||||
1 - AWS
|
1 - AWS
|
||||||
|
|
|
@ -18,11 +18,11 @@
|
||||||
"use_pycharm": "n",
|
"use_pycharm": "n",
|
||||||
"use_docker": "n",
|
"use_docker": "n",
|
||||||
"postgresql_version": [
|
"postgresql_version": [
|
||||||
"14.1",
|
"14",
|
||||||
"13.5",
|
"13",
|
||||||
"12.9",
|
"12",
|
||||||
"11.14",
|
"11",
|
||||||
"10.19"
|
"10"
|
||||||
],
|
],
|
||||||
"cloud_provider": [
|
"cloud_provider": [
|
||||||
"AWS",
|
"AWS",
|
||||||
|
|
|
@ -55,11 +55,11 @@ 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. 14.1
|
1. 14
|
||||||
2. 13.5
|
2. 13
|
||||||
3. 12.9
|
3. 12
|
||||||
4. 11.14
|
4. 11
|
||||||
5. 10.19
|
5. 10
|
||||||
|
|
||||||
cloud_provider:
|
cloud_provider:
|
||||||
Select a cloud provider for static & media files. The choices are:
|
Select a cloud provider for static & media files. The choices are:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user