Forums

django postgres on supabase troubleshooting

I searched this forum for supabase and there are 0 results so maybe nobody has seen this?

settings.py db settings are correct because when I run django locally I connect to supabase's postgres db and can run migrations and crud but when I run it hosted here I get a connection refused error in the server logs & debug template

connection failed: Connection refused
#011Is the server running on host "db.redacted.supabase.co" (ip address redacted) and accepting
#011TCP/IP connections on port 5432?

You won't be able to connect to external postgres from the free account.