cookiecutter-django/cookiecutter.json

11 lines
263 B
JSON
Raw Normal View History

2013-08-15 21:59:11 +04:00
{
"project_name": "project_name",
2013-08-16 14:54:14 +04:00
"repo_name":"repo_name",
"author_name": "Your Name",
2013-08-16 15:35:18 +04:00
"email": "Your email",
"description": "A short description of the project.",
2013-09-15 17:02:13 +04:00
"year": "2013",
2013-12-17 19:33:49 +04:00
"domain_name": "example.com",
"version": "0.1.0"
2013-08-16 14:54:14 +04:00
}