Merge pull request #179 from kevgathuku/project_name

Set a more pleasant default project_name
This commit is contained in:
Daniel Greenfeld 2015-02-10 10:07:38 -08:00
commit 59983904a3

View File

@ -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",