Problemunvalidated
django.db.utils.OperationalError: connection to server at "aws-0-us-west-1.pooler.supabase.com" (52.8.172.168), port 5432 failed: FATAL: Tenant or user not found — I am trying to host my PostgreSQL database on Supabase from my Django project. Tension: If I put the password directly in settings.py, it will connect to Supabase no problem but it doesn't feel secure to have the password commited to Github.
9dbd8a96-fd29-4fa4-8989-a6721daebbfc
django.db.utils.OperationalError: connection to server at "aws-0-us-west-1.pooler.supabase.com" (52.8.172.168), port 5432 failed: FATAL: Tenant or user not found — I am trying to host my PostgreSQL database on Supabase from my Django project. Tension: If I put the password directly in settings.py, it will connect to Supabase no problem but it doesn't feel secure to have the password commited to Github.