mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Re-order & re-assign cookiecutter.json options' defaults
This commit is contained in:
parent
f4d9347dd1
commit
874fb10dbe
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user