Closed deweesa closed 3 years ago
Now the init.py has been changed so that it is flagged when being ran on heroku, and is able to change the dialect in the database uri dynamically.
Now we shouldn't crash when spinning up the dyno on heroku because of db dialect issues. This could be an issue in the future if/when heroku changes the name for the postgres dialect.
Now the init.py has been changed so that it is flagged when being ran on heroku, and is able to change the dialect in the database uri dynamically.