We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Copy live data to staging instance:
heroku pg:copy pyrigs::HEROKU_POSTGRESQL_NAVY_URL DATABASE_URL -a pyrigs-staging
Can't pip3 install -r requirements.txt because of missing pg_config?:
pip3 install -r requirements.txt
sudo apt install libpg-dev