mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +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_compressor [n]: y
|
||||
Select postgresql_version:
|
||||
1 - 9.2
|
||||
2 - 9.3
|
||||
3 - 9.4
|
||||
4 - 9.5
|
||||
1 - 9.5
|
||||
2 - 9.4
|
||||
3 - 9.3
|
||||
4 - 9.2
|
||||
Choose from 1, 2, 3, 4 [1]: 1
|
||||
Select js_task_runner:
|
||||
1 - Gulp
|
||||
|
|
Loading…
Reference in New Issue
Block a user