mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-05-26 15:44:07 +00:00
Update README.rst (#247)
Add `postgresql` as an alternative URL, which works and is in the code.
This commit is contained in:
parent
cda5b0c3ce
commit
5a91d7a2c7
1 changed files with 1 additions and 0 deletions
|
|
@ -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`` |
|
||||
+----------------------+-----------------------------------------------+--------------------------------------------------+
|
||||
|
|
|
|||
Loading…
Reference in a new issue