cookiecutter-django/cookiecutter.json

10 lines
239 B
JSON
Raw Normal View History

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