From 1946ba72565d716ee5fc52219fb0ebd73f7ccf1e Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sun, 18 Aug 2013 14:46:20 +0200 Subject: [PATCH] README enhancement --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5329cc62..47e46578 100644 --- a/README.rst +++ b/README.rst @@ -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.