Re-order & re-assign cookiecutter.json options' defaults

This commit is contained in:
Nikita P. Shupeyko 2017-09-03 11:54:46 +03:00
parent f4d9347dd1
commit 874fb10dbe

View File

@ -4,22 +4,22 @@
"author_name": "Daniel Roy Greenfeld", "author_name": "Daniel Roy Greenfeld",
"email": "you@example.com", "email": "you@example.com",
"description": "A short description of the project.", "description": "A short description of the project.",
"open_source_license": ["MIT", "BSD", "GPLv3", "Apache Software License 2.0", "Not open source"],
"domain_name": "example.com", "domain_name": "example.com",
"version": "0.1.0", "version": "0.1.0",
"timezone": "UTC", "timezone": "UTC",
"use_whitenoise": "y",
"use_celery": "n",
"use_mailhog": "n", "use_mailhog": "n",
"use_sentry": "y",
"use_opbeat": "n",
"use_pycharm": "n",
"windows": "n",
"use_docker": "n",
"use_heroku": "n",
"use_elasticbeanstalk_experimental": "n",
"use_compressor": "n",
"postgresql_version": ["9.6", "9.5", "9.4", "9.3", "9.2"], "postgresql_version": ["9.6", "9.5", "9.4", "9.3", "9.2"],
"use_celery": "n",
"use_compressor": "n",
"use_sentry": "n",
"use_opbeat": "n",
"use_whitenoise": "n",
"js_task_runner": ["Gulp", "Grunt", "None"], "js_task_runner": ["Gulp", "Grunt", "None"],
"custom_bootstrap_compilation": "n", "custom_bootstrap_compilation": "n",
"open_source_license": ["MIT", "BSD", "GPLv3", "Apache Software License 2.0", "Not open source"] "use_pycharm": "n",
"use_docker": "n",
"windows": "n",
"use_heroku": "n",
"use_elasticbeanstalk_experimental": "n"
} }