From 5a91d7a2c7a9afb1bff1080f4ba2039018703c3e Mon Sep 17 00:00:00 2001 From: boxydog <93335439+boxydog@users.noreply.github.com> Date: Tue, 28 May 2024 07:11:20 -0500 Subject: [PATCH] Update README.rst (#247) Add `postgresql` as an alternative URL, which works and is in the code. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 2938bcf..23e1773 100644 --- a/README.rst +++ b/README.rst @@ -155,6 +155,7 @@ URL schema | Engine | Django Backend | URL | +======================+===============================================+==================================================+ | PostgreSQL | ``django.db.backends.postgresql`` [1]_ | ``postgres://USER:PASSWORD@HOST:PORT/NAME`` [2]_ | +| | | ``postgresql://USER:PASSWORD@HOST:PORT/NAME`` | +----------------------+-----------------------------------------------+--------------------------------------------------+ | PostGIS | ``django.contrib.gis.db.backends.postgis`` | ``postgis://USER:PASSWORD@HOST:PORT/NAME`` | +----------------------+-----------------------------------------------+--------------------------------------------------+