mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #24350 -- Freshened up database install topic section.
This commit is contained in:
parent
4538cbf17d
commit
35f0cae19d
2 changed files with 13 additions and 18 deletions
|
@ -95,6 +95,11 @@ PostgreSQL notes
|
|||
Django supports PostgreSQL 9.0 and higher. It requires the use of Psycopg2
|
||||
2.0.9 or higher.
|
||||
|
||||
If you're on Windows, check out the unofficial `compiled Windows version`_
|
||||
of psycopg2.
|
||||
|
||||
.. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/
|
||||
|
||||
PostgreSQL connection settings
|
||||
-------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue