mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-20 01:51:53 +00:00
Correct order of postgresql version
This commit is contained in:
parent
f5be5731cb
commit
36474c9d78
1 changed files with 4 additions and 4 deletions
|
|
@ -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 a new issue