mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
10 lines
247 B
JSON
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"
|
|
}
|