mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 20:50:17 +03:00
saying that the username in cookiecutter.json is the one from github, as discussed in #154
This commit is contained in:
parent
5df8e1dd10
commit
cd09914d6e
|
@ -2,7 +2,7 @@
|
||||||
"project_name": "project_name is the title of the project.",
|
"project_name": "project_name is the title of the project.",
|
||||||
"repo_name":"repo_name is used for describing the directory structure.",
|
"repo_name":"repo_name is used for describing the directory structure.",
|
||||||
"author_name": "Your Name",
|
"author_name": "Your Name",
|
||||||
"github_username": "your username",
|
"github_username": "your GitHub username",
|
||||||
"email": "Your email",
|
"email": "Your email",
|
||||||
"description": "A short description of the project.",
|
"description": "A short description of the project.",
|
||||||
"year": "2014",
|
"year": "2014",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user