From a1fff49481bfdd0874cd94b863ba63ca4770397f Mon Sep 17 00:00:00 2001 From: "Fabio C. Barrioneuvo da Luz" Date: Wed, 30 Sep 2015 15:12:38 -0300 Subject: [PATCH] Update the usage example --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 72b8713f..5bde07f5 100644 --- a/README.rst +++ b/README.rst @@ -98,14 +98,15 @@ It prompts you for questions. Answer them:: description [A short description of the project.]: A reddit clone. domain_name [example.com]: myreddit.com version [0.1.0]: 0.0.1 - timezone [UTC]: - now [2015/01/13]: 2015/08/30 - year [2015]: + timezone [UTC]: + now [2015/01/13]: 2015/09/30 + year [2015]: use_whitenoise [y]: n use_celery [n]: y - use_maildump [n]: y + use_maildump [n]: n use_sentry [n]: y - windows [n]: + windows [n]: n + use_python2 [n]: y Enter the project and take a look around::