cookiecutter-django/cookiecutter.json
2014-01-10 14:02:24 +05:30

11 lines
263 B
JSON

{
"project_name": "project_name",
"repo_name":"repo_name",
"author_name": "Your Name",
"email": "Your email",
"description": "A short description of the project.",
"year": "2014",
"domain_name": "example.com",
"version": "0.1.0"
}