2013-08-15 17:59:11 +00:00
|
|
|
{
|
2015-02-09 12:47:42 +00:00
|
|
|
"project_name": "project_name",
|
2015-01-16 17:41:19 +00:00
|
|
|
"repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
|
2013-08-16 10:54:14 +00:00
|
|
|
"author_name": "Your Name",
|
2013-08-16 11:35:18 +00:00
|
|
|
"email": "Your email",
|
|
|
|
|
"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",
|
2016-03-06 04:30:27 +00:00
|
|
|
"now": "2016/03/05",
|
2015-04-26 09:57:45 +00:00
|
|
|
"year": "{{ cookiecutter.now[:4] }}",
|
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",
|
2015-07-27 15:42:23 +00:00
|
|
|
"use_sentry": "n",
|
2015-10-04 12:06:20 +00:00
|
|
|
"use_newrelic": "n",
|
2015-11-16 15:55:37 +00:00
|
|
|
"use_opbeat": "n",
|
2015-09-18 16:38:48 +00:00
|
|
|
"windows": "n",
|
2016-02-08 04:56:28 +00:00
|
|
|
"use_python2": "n",
|
|
|
|
|
"open_source_license": ["MIT", "BSD", "Not open source"]
|
2013-08-16 10:54:14 +00:00
|
|
|
}
|