jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.49k stars 205 forks source link

Add "pgsql" as a PostgreSQL URL scheme. #13

Closed gabrielgrant closed 10 years ago

takinbo commented 11 years ago

Hi @gabrielgrant it appears there's already support for the "pgsql" backend support you're proposing. Instead of using pgsql, you can just use postgres.

kennethreitz commented 10 years ago

Seems harmless :)