mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-15 02:22:29 +03:00
Update versions and option in README (#1463)
Postgres versions had been updated and `custom_bootstrap_complation` had been added in the 'Usage' section.
This commit is contained in:
parent
af12f39996
commit
3f499f16c3
11
README.rst
11
README.rst
|
@ -167,16 +167,19 @@ 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.5
|
1 - 10
|
||||||
2 - 9.4
|
2 - 9.6
|
||||||
3 - 9.3
|
3 - 9.5
|
||||||
4 - 9.2
|
4 - 9.4
|
||||||
|
5 - 9.3
|
||||||
|
6 - 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
|
||||||
2 - Grunt
|
2 - Grunt
|
||||||
3 - None
|
3 - None
|
||||||
Choose from 1, 2, 3, 4 [1]: 1
|
Choose from 1, 2, 3, 4 [1]: 1
|
||||||
|
custom_bootstrap_compilation [n]: n
|
||||||
Select open_source_license:
|
Select open_source_license:
|
||||||
1 - MIT
|
1 - MIT
|
||||||
2 - BSD
|
2 - BSD
|
||||||
|
|
Loading…
Reference in New Issue
Block a user