cookiecutter-django/cookiecutter.json

21 lines
564 B
JSON
Raw Normal View History

2013-08-15 21:59:11 +04:00
{
"project_name": "project_name",
"repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
2013-08-16 14:54:14 +04:00
"author_name": "Your Name",
2013-08-16 15:35:18 +04:00
"email": "Your email",
"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",
"timezone": "UTC",
2015-11-05 05:24:49 +03:00
"now": "2015/11/04",
"year": "{{ cookiecutter.now[:4] }}",
"use_whitenoise": "y",
"use_celery": "n",
2015-07-16 07:21:06 +03:00
"use_maildump": "n",
2015-07-27 18:42:23 +03:00
"use_sentry": "n",
2015-10-04 15:06:20 +03:00
"use_newrelic": "n",
"use_opbeat": "n",
"windows": "n",
"use_python2": "n"
2013-08-16 14:54:14 +04:00
}