From bfeb9fd61fb2eb1f8483466270295234b8f17421 Mon Sep 17 00:00:00 2001 From: parth Date: Fri, 9 Dec 2011 05:30:49 +0530 Subject: made some modifications to the readme file --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 784962b..7286bb1 100644 --- a/README.rst +++ b/README.rst @@ -60,13 +60,11 @@ To deploy this app follow the steps below: #. run:: - ./bin/buildout -c production.cfg + ./bin/buildout -c production.cfg #. run:: - ./bin/django syncdb - - [ enter password etc.] + ./bin/django syncdb run:: -- cgit