Make 'project_name's default more useful

This commit is contained in:
Daniel Roy Greenfeld 2016-08-24 14:49:44 -07:00
parent 1732113b6a
commit 171c2a2a63
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ Answer the prompts with your own desired options_. For example::
remote: Total 550 (delta 283), reused 479 (delta 222)
Receiving objects: 100% (550/550), 127.66 KiB | 58 KiB/s, done.
Resolving deltas: 100% (283/283), done.
project_name [project_name]: Reddit Clone
project_name [The name of your project]: Reddit Clone
project_slug [reddit_clone]: reddit
author_name [Your Name]: Daniel Roy Greenfeld
email [Your email]: pydanny@gmail.com

View File

@ -1,5 +1,5 @@
{
"project_name": "project_name",
"project_name": "The name of your project",
"project_slug": "{{ cookiecutter.project_name.lower()|replace(' ', '_')|replace('-', '_') }}",
"author_name": "Your Name",
"email": "Your email",