cookiecutter-django/cookiecutter.json
Daniel Greenfeld d47f30c9fc more config
2013-08-16 14:36:21 +02:00

10 lines
247 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": "Current year",
"domain_name": "Domain name"
}