Typo in Readme.

This commit is contained in:
Elf M. Sternberg 2016-06-28 22:05:18 -07:00
parent 1f6a425bc2
commit e83580e6be
1 changed files with 2 additions and 2 deletions

View File

@ -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