mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 10:04:01 +03:00
Merge pull request #179 from kevgathuku/project_name
Set a more pleasant default project_name
This commit is contained in:
commit
59983904a3
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"project_name": "project_name is the title of the project.",
|
"project_name": "project_name",
|
||||||
"repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
|
"repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
|
||||||
"author_name": "Your Name",
|
"author_name": "Your Name",
|
||||||
"email": "Your email",
|
"email": "Your email",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user