codeforamerica / rva-screening

Health service prescreener for sharing patient eligibility data.
http://quickscreenrva.com
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

More small fixes #201

Closed esmithayer closed 9 years ago

esmithayer commented 9 years ago
mapsam commented 9 years ago

Works for me after a few updates

Updated python path for the project

(rva-screening)mapsam: export PYTHONPATH=":/Users/mapsam/path/to/project"

Ensure the audit schema exists in db

(rva-screening)mapsam: psql -d screener
           # screener: create schema audit;