2013-08-15 21:59:11 +04:00
|
|
|
{
|
2015-02-09 15:47:42 +03:00
|
|
|
"project_name": "project_name",
|
2015-01-16 20:41:19 +03:00
|
|
|
"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",
|
2015-02-24 16:36:31 +03:00
|
|
|
"timezone": "UTC",
|
2015-01-13 19:37:28 +03:00
|
|
|
"now": "2015/01/13",
|
|
|
|
"year": "{{ cookiecutter.now[:4] }}"
|
2013-08-16 14:54:14 +04:00
|
|
|
}
|