Skip to content

Commit

Permalink
Update README.rst (#247)
Browse files Browse the repository at this point in the history
Add `postgresql` as an alternative URL, which works and is in the code.
  • Loading branch information
boxydog authored May 28, 2024
1 parent cda5b0c commit 5a91d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`` |
+----------------------+-----------------------------------------------+--------------------------------------------------+
Expand Down

0 comments on commit 5a91d7a

Please sign in to comment.