mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
9 lines
213 B
JSON
9 lines
213 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"
|
|
}
|