I would like to connect my web application (written in django) to a external postgresql database.
Can in be done? My guess is that I need to edit the enviroment variable
DATABASE_URL
using the a syntax similar to:
postgres://user:pass@host/dbname
Am I right or am I missing something? Is render firewall filtering some ports?