mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Opt PostgreSQL for minor versions as well
This commit is contained in:
parent
6c26d39f65
commit
ea54bfe175
12
README.rst
12
README.rst
|
@ -171,11 +171,13 @@ Answer the prompts with your own desired options_. For example::
|
|||
use_heroku [n]: y
|
||||
use_compressor [n]: y
|
||||
Select postgresql_version:
|
||||
1 - 10
|
||||
2 - 9.6
|
||||
3 - 9.5
|
||||
4 - 9.4
|
||||
5 - 9.3
|
||||
1 - 10.3
|
||||
2 - 10.2
|
||||
3 - 10.1
|
||||
4 - 9.6
|
||||
5 - 9.5
|
||||
6 - 9.4
|
||||
7 - 9.3
|
||||
Choose from 1, 2, 3, 4 [1]: 1
|
||||
Select js_task_runner:
|
||||
1 - Gulp
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
"domain_name": "example.com",
|
||||
"version": "0.1.0",
|
||||
"open_source_license": [
|
||||
"MIT",
|
||||
"BSD",
|
||||
"GPLv3",
|
||||
"Apache Software License 2.0",
|
||||
"MIT",
|
||||
"BSD",
|
||||
"GPLv3",
|
||||
"Apache Software License 2.0",
|
||||
"Not open source"
|
||||
],
|
||||
"timezone": "UTC",
|
||||
|
@ -18,15 +18,17 @@
|
|||
"use_pycharm": "n",
|
||||
"use_docker": "n",
|
||||
"postgresql_version": [
|
||||
"10",
|
||||
"9.6",
|
||||
"9.5",
|
||||
"9.4",
|
||||
"10.3",
|
||||
"10.2",
|
||||
"10.1",
|
||||
"9.6",
|
||||
"9.5",
|
||||
"9.4",
|
||||
"9.3"
|
||||
],
|
||||
"js_task_runner": [
|
||||
"Gulp",
|
||||
"Grunt",
|
||||
"Gulp",
|
||||
"Grunt",
|
||||
"None"
|
||||
],
|
||||
"custom_bootstrap_compilation": "n",
|
||||
|
|
Loading…
Reference in New Issue
Block a user