-
Published Question
Greetings, are there any settings or other libraries I need to install to get my remote database from Digital Ocean to work with Django? I can connect to the database just fine, but when I connect through Django I get...
1
•
•
By
ajaramillocastro
DigitalOcean Managed PostgreSQL Database
-
Published Question
Having trouble connecting to my Digital Ocean Managed Postgres dB using Django. My connection details are correct because I can run normal python scripts that connect to my dB just fine. However, connecting via Django...
0
•
•
By
ajaramillocastro
DigitalOcean
DigitalOcean Managed PostgreSQL Database
Django
-
Published Question
This is my connection parameter, everything is copied straight from the cluster address details into my OS environment variables.
host = {
"host" : os.environ.get('DO_HOST'),
"database" : os.environ.get('DO_...
1
•
•
By
ajaramillocastro
PostgreSQL
DigitalOcean Managed PostgreSQL Database