mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
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
This commit is contained in:
parent
27a56ebfae
commit
c05d09013f
1 changed files with 1 additions and 1 deletions
|
|
@ -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`` |
|
||||
+-------------+-----------------------------------------------+--------------------------------------------------+
|
||||
|
|
|
|||
Loading…
Reference in a new issue