Merge pull request #15 from agamdua/master

Updated Readme to reflect latest results of running cookiecutter
This commit is contained in:
Daniel Greenfeld 2013-09-15 03:54:13 -07:00
commit ddf5b58fbf

View File

@ -54,18 +54,19 @@ You'll be prompted for some questions, answer them, then it will create a Django
It prompts you for questions. Answer them:: It prompts you for questions. Answer them::
Cloning into 'cookiecutter-django'... Cloning into 'cookiecutter-django'...
remote: Counting objects: 49, done. remote: Counting objects: 550, done.
remote: Compressing objects: 100% (33/33), done. remote: Compressing objects: 100% (310/310), done.
remote: Total 49 (delta 6), reused 48 (delta 5) remote: Total 550 (delta 283), reused 479 (delta 222)
Unpacking objects: 100% (49/49), done. Receiving objects: 100% (550/550), 127.66 KiB | 58 KiB/s, done.
full_name (default is "Your full name here")? Daniel Greenfeld Resolving deltas: 100% (283/283), done.
email (default is "you@example.com")? pydanny@gmail.com project_name (default is "project_name")? redditclone
project_name (default is "dj-project")? redditclone repo_name (default is "repo_name")? redditclone
app_name (default is "djproject")? redditclone author_name (default is "Your Name")? Daniel Greenfeld
project_short_description (default is "Your project description goes here")? A reddit clone. email (default is "Your email")? pydanny@gmail.com
release_date (default is "2013-08-15")? 2013-08-15 description (default is "A short description of the project.")? A reddit clone.
year (default is "2013")? 2013 year (default is "Current year")? 2013
version (default is "0.1.0")? 0.3.0 domain_name (default is "Domain name")?
Enter the project and take a look around:: Enter the project and take a look around::