mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-26 20:53:59 +00:00
Change Docker to be an option, not the default.
This commit is contained in:
parent
f298ef7722
commit
059c4b822e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"use_pycharm": "n",
|
||||
"windows": "n",
|
||||
"use_python3": "y",
|
||||
"use_docker": "y",
|
||||
"use_docker": "n",
|
||||
"use_heroku": "n",
|
||||
"use_elasticbeanstalk_experimental": "n",
|
||||
"use_compressor": "n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue