cac-tripplanner
cac-tripplanner copied to clipboard
Clean Air Council Circuit Trip Planner and Travelshed
The production database has a default user, 'admin', with the associated email [email protected]. This user has multiple blog posts and is used to set the `default_admin_email` variable during deployment. We've...
When deleting users through the Django admin there is a confirmation prompt clarifying the user to be deleted as well as their related blog posts (articles where they are the...
As part of work to remove old staff accounts, blog posts authored by those users were accidentally deleted on production. We want to recover all the deleted articles by authors...
This card is to setup a testing environment created from a snapshot of our production RDS instance, and then run upgrades locally and in testing environment. These two tasks will...
To upgrade PostgreSQL follow [instructions from last upgrade here](https://github.com/azavea/cac-tripplanner/issues/1298#issuecomment-1014865329), pending successful upgrades locally and in testing environment from production snapshot in #1374 as well as `psycopg2` upgrade in #1356 ....
For the October, 2023 deploy, I needed to make a local edit to the `azavea.nodejs` role to add a `timeout=30` parameter in order to get the download to succeed. I...
See https://github.com/azavea/cac-tripplanner/pull/1357#pullrequestreview-1530997776 The solution in that PR was to uninstall the plugin; we should figure out what this plugin is doing (top two candidates are frontend hot reloading or gunicorn...
The [app needs Node 12](https://github.com/azavea/cac-tripplanner/pull/1357#pullrequestreview-1530997776), which is fairly old at this point. Using NVM for on-host development will make it easier to run. If it's easy, an even better solution...
SEPTA has adopted a newer version of the GTFS spec for their feed which has caused our version of OTP (1.4) to break. Support for the new format was added...