From c05d09013fc5da4eda876d038073e647ff8d9bfa Mon Sep 17 00:00:00 2001 From: David Talbot Date: Fri, 12 Jul 2019 15:29:15 -0400 Subject: [PATCH] Update PostgreSQL Django Backend name More info here: https://stackoverflow.com/questions/47946856/what-is-the-difference-between-postgres-and-postgresql-psycopg2-as-a-database-en --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f616afa..6fd2504 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ URL schema +-------------+-----------------------------------------------+--------------------------------------------------+ | Engine | Django Backend | URL | +=============+===============================================+==================================================+ -| PostgreSQL | ``django.db.backends.postgresql_psycopg2`` | ``postgres://USER:PASSWORD@HOST:PORT/NAME`` [1]_ | +| PostgreSQL | ``django.db.backends.postgresql`` | ``postgres://USER:PASSWORD@HOST:PORT/NAME`` [1]_ | +-------------+-----------------------------------------------+--------------------------------------------------+ | PostGIS | ``django.contrib.gis.db.backends.postgis`` | ``postgis://USER:PASSWORD@HOST:PORT/NAME`` | +-------------+-----------------------------------------------+--------------------------------------------------+