cookiecutter-django/cookiecutter.json

12 lines
365 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":"repo_name is used for describing the directory structure.",
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.",
"year": "2014",
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": "2014/06/15"
2013-08-16 14:54:14 +04:00
}