mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 05:34:44 +00:00
Merge pull request #179 from kevgathuku/project_name
Set a more pleasant default project_name
This commit is contained in:
commit
59983904a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"project_name": "project_name is the title of the project.",
|
||||
"project_name": "project_name",
|
||||
"repo_name": "{{ cookiecutter.project_name|replace(' ', '_') }}",
|
||||
"author_name": "Your Name",
|
||||
"email": "Your email",
|
||||
|
|
|
|||
Loading…
Reference in a new issue