mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 09:32:26 +03:00
update PostgreSQL versions in the example
This commit is contained in:
parent
1e8790f70e
commit
6f2a652c2b
16
README.rst
16
README.rst
|
@ -169,13 +169,15 @@ 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 - 10.3
|
1 - 10.5
|
||||||
2 - 10.2
|
2 - 10.4
|
||||||
3 - 10.1
|
3 - 10.3
|
||||||
4 - 9.6
|
4 - 10.2
|
||||||
5 - 9.5
|
5 - 10.1
|
||||||
6 - 9.4
|
6 - 9.6
|
||||||
7 - 9.3
|
7 - 9.5
|
||||||
|
8 - 9.4
|
||||||
|
9 - 9.3
|
||||||
Choose from 1, 2, 3, 4 [1]: 1
|
Choose from 1, 2, 3, 4 [1]: 1
|
||||||
Select js_task_runner:
|
Select js_task_runner:
|
||||||
1 - None
|
1 - None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user