mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
Correct order of postgresql version
This commit is contained in:
parent
f5be5731cb
commit
36474c9d78
|
@ -127,10 +127,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 - 9.2
|
1 - 9.5
|
||||||
2 - 9.3
|
2 - 9.4
|
||||||
3 - 9.4
|
3 - 9.3
|
||||||
4 - 9.5
|
4 - 9.2
|
||||||
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 - Gulp
|
1 - Gulp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user