From e83580e6bec4dcd4df1de3f4b321bbd39ec229e6 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Tue, 28 Jun 2016 22:05:18 -0700 Subject: [PATCH] Typo in Readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f71142d..f0081d4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ provided from a CSV file. This script requires Python3 and Sqlite. 1. Create a new virtual environment: - +``` $ virtualenv --python=python3 handy $ cd handy $ source bin/activate ;# this is the bash instruction; use what your env demands @@ -22,7 +22,7 @@ This script requires Python3 and Sqlite. $ ./manage.py migrate ranksearch 0001_initial $ ./manage.py recoverhandy $ ./manage.py runserver - +``` "Recoverhandy" is a custom command that imports the CSV into the database, creating owners, properties, maintainers, and jobs progressively. It does a lot of 'get\_or\_create' commands, so on