2013-08-15 17:59:11 +00:00
|
|
|
{
|
2016-08-24 21:52:59 +00:00
|
|
|
"project_name": "Project Name",
|
2016-04-20 17:46:07 +00:00
|
|
|
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_') }}",
|
2016-08-24 21:52:59 +00:00
|
|
|
"author_name": "Daniel Roy Greenfeld",
|
|
|
|
|
"email": "you@example.com",
|
2013-08-16 11:35:18 +00:00
|
|
|
"description": "A short description of the project.",
|
2013-12-17 15:33:49 +00:00
|
|
|
"domain_name": "example.com",
|
2014-08-17 14:18:53 +00:00
|
|
|
"version": "0.1.0",
|
2015-02-24 13:36:31 +00:00
|
|
|
"timezone": "UTC",
|
2015-05-07 20:46:58 +00:00
|
|
|
"use_whitenoise": "y",
|
2014-10-12 08:32:17 +00:00
|
|
|
"use_celery": "n",
|
2015-11-18 11:16:25 +00:00
|
|
|
"use_mailhog": "n",
|
2016-06-05 17:47:07 +00:00
|
|
|
"use_sentry_for_error_reporting": "y",
|
2015-11-16 15:55:37 +00:00
|
|
|
"use_opbeat": "n",
|
2016-03-23 17:51:25 +00:00
|
|
|
"use_pycharm": "n",
|
2015-09-18 16:38:48 +00:00
|
|
|
"windows": "n",
|
2016-08-21 20:11:01 +00:00
|
|
|
"use_python3": "y",
|
2017-02-13 18:47:15 +00:00
|
|
|
"use_docker": "n",
|
2016-04-08 07:45:09 +00:00
|
|
|
"use_heroku": "n",
|
2016-09-26 16:19:15 +00:00
|
|
|
"use_elasticbeanstalk_experimental": "n",
|
2016-06-18 02:07:45 +00:00
|
|
|
"use_compressor": "n",
|
2016-11-23 10:36:58 +00:00
|
|
|
"postgresql_version": ["9.6", "9.5", "9.4", "9.3", "9.2"],
|
2016-09-11 22:22:21 +00:00
|
|
|
"js_task_runner": ["Gulp", "Grunt", "None"],
|
2016-06-05 20:17:19 +00:00
|
|
|
"use_lets_encrypt": "n",
|
2016-09-26 16:19:15 +00:00
|
|
|
"open_source_license": ["MIT", "BSD", "GPLv3", "Apache Software License 2.0", "Not open source"]
|
2013-08-16 10:54:14 +00:00
|
|
|
}
|