cookiecutter-django/cookiecutter.json

12 lines
377 B
JSON
Raw Normal View History

2013-08-15 21:59:11 +04:00
{
"project_name": "project_name is the title of the project.",
"repo_name": "{{ cookiecutter.repo_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",
"now": "2015/01/13",
"year": "{{ cookiecutter.now[:4] }}"
2013-08-16 14:54:14 +04:00
}