syvwlch / Metroscope

Experiments with automatic scansion.
MIT License
1 stars 0 forks source link

Added psycopg2 to the dependencies to support postgres. #106

Closed syvwlch closed 5 years ago

syvwlch commented 5 years ago

That got the site to work just fine with a local postgreSQL database with both the flask debug server and with heroku local.

Now it's time to try it in staging with the following plan:

syvwlch commented 5 years ago

Review app and CI tests all looking good, will merge PR to push to staging.

syvwlch commented 5 years ago

Ok, waiting for master to auto-deploy to staging on Heroku

syvwlch commented 5 years ago

Ok, that worked.

syvwlch commented 5 years ago

Provisioned the postgres add-on in Heroku.

syvwlch commented 5 years ago

Everything still works, and I can see that rows have been added to the db!