You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update FEEDS_DATABASE_URL and FEEDS_DATABASE_URL_TEST to ensure compatibility with the latest database session management optimizations in non-local environments.
Describe the problem
We need to update FEEDS_DATABASE_URL and FEEDS_DATABASE_URL_TEST to ensure compatibility with the latest database session management optimizations in non-local environments.
FEEDS_DATABASE_URL=postgresql+psycopg2://postgres:postgres@localhost:5432/MobilityDatabase
FEEDS_DATABASE_URL_TEST=postgresql+psycopg2://postgres:postgres@localhost:54320/MobilityDatabaseTest
Proposed solution
add psycopg2 in the URL as above
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: