Skip to content

Commit

Permalink
Update docs with results import info
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed May 9, 2023
1 parent 82b1457 commit ca43af8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ Create a Postgres database as detailed [below](#setting-up-postgresql-and-postgi
python manage.py import_ballots
python manage.py import_people

If you want election results, you'll also need to import them:

python manage.py import_ballots --current

If you don't want to install Redis for some reason (like e.g. laziness) you can override
the cache backend with a file at `./wcivf/settings/local.py` with the following:

Expand Down

0 comments on commit ca43af8

Please sign in to comment.