mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 09:32:26 +03:00
Merge pull request #3154 from Andrew-Chen-Wang/new-pg
This commit is contained in:
commit
25820cab7d
11
README.rst
11
README.rst
|
@ -96,7 +96,7 @@ Constraints
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
* Only maintained 3rd party libraries are used.
|
* Only maintained 3rd party libraries are used.
|
||||||
* Uses PostgreSQL everywhere (9.4 - 12.3)
|
* Uses PostgreSQL everywhere (10.16 - 13.2)
|
||||||
* Environment variables for configuration (This won't work with Apache/mod_wsgi).
|
* Environment variables for configuration (This won't work with Apache/mod_wsgi).
|
||||||
|
|
||||||
Support this Project!
|
Support this Project!
|
||||||
|
@ -177,11 +177,10 @@ Answer the prompts with your own desired options_. For example::
|
||||||
use_heroku [n]: y
|
use_heroku [n]: y
|
||||||
use_compressor [n]: y
|
use_compressor [n]: y
|
||||||
Select postgresql_version:
|
Select postgresql_version:
|
||||||
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
|
|
||||||
Choose from 1, 2, 3, 4, 5 [1]: 1
|
Choose from 1, 2, 3, 4, 5 [1]: 1
|
||||||
Select js_task_runner:
|
Select js_task_runner:
|
||||||
1 - None
|
1 - None
|
||||||
|
|
|
@ -18,11 +18,10 @@
|
||||||
"use_pycharm": "n",
|
"use_pycharm": "n",
|
||||||
"use_docker": "n",
|
"use_docker": "n",
|
||||||
"postgresql_version": [
|
"postgresql_version": [
|
||||||
"12.3",
|
"13.2",
|
||||||
"11.8",
|
"12.6",
|
||||||
"10.8",
|
"11.11",
|
||||||
"9.6",
|
"10.16"
|
||||||
"9.5"
|
|
||||||
],
|
],
|
||||||
"js_task_runner": [
|
"js_task_runner": [
|
||||||
"None",
|
"None",
|
||||||
|
|
|
@ -37,11 +37,10 @@ SUPPORTED_COMBINATIONS = [
|
||||||
{"use_pycharm": "n"},
|
{"use_pycharm": "n"},
|
||||||
{"use_docker": "y"},
|
{"use_docker": "y"},
|
||||||
{"use_docker": "n"},
|
{"use_docker": "n"},
|
||||||
{"postgresql_version": "12.3"},
|
{"postgresql_version": "13.2"},
|
||||||
{"postgresql_version": "11.8"},
|
{"postgresql_version": "12.6"},
|
||||||
{"postgresql_version": "10.8"},
|
{"postgresql_version": "11.11"},
|
||||||
{"postgresql_version": "9.6"},
|
{"postgresql_version": "10.16"},
|
||||||
{"postgresql_version": "9.5"},
|
|
||||||
{"cloud_provider": "AWS", "use_whitenoise": "y"},
|
{"cloud_provider": "AWS", "use_whitenoise": "y"},
|
||||||
{"cloud_provider": "AWS", "use_whitenoise": "n"},
|
{"cloud_provider": "AWS", "use_whitenoise": "n"},
|
||||||
{"cloud_provider": "GCP", "use_whitenoise": "y"},
|
{"cloud_provider": "GCP", "use_whitenoise": "y"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user