README enhancement

This commit is contained in:
Daniel Greenfeld 2013-08-18 14:46:20 +02:00
parent 6a85835ecc
commit 1946ba7256

View File

@ -26,6 +26,9 @@ Constraints
Usage
------
Let's pretend you want to create a Django project called "redditclone". Rather than using `startproject`
and then editing the results to include your name, email, and various configuration issues that always get forgotten until the worst possible moment, get cookiecutter_ to do all the work.
First, get cookiecutter. Trust me, it's awesome::
$ pip install cookiecutter
@ -36,9 +39,6 @@ Now run it against this repo::
You'll be prompted for some questions, answer them, then it will create a Django project for you.
Let's pretend you want to create a Django project called "redditclone". Rather than using `startproject`
and then editing the results to include your name, email, and various configuration issues, let's get
cookiecutter_ to do all the work.
**Warning**: After this point, change 'Daniel Greenfeld', 'pydanny', etc to your own information.