mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
11 lines
340 B
JSON
11 lines
340 B
JSON
{
|
|
"project_name": "project_name is the title of the project.",
|
|
"repo_name":"repo_name is used for describing the directory structure.",
|
|
"author_name": "Your Name",
|
|
"email": "Your email",
|
|
"description": "A short description of the project.",
|
|
"year": "2014",
|
|
"domain_name": "example.com",
|
|
"version": "0.1.0"
|
|
}
|