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