From 0944653673db90cce1f5fa972d0a8134dca19a75 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 18 Jul 2005 18:47:55 +0000 Subject: [PATCH] Added link to compiled Windows psycopg in docs/install.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@177 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/install.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/install.txt b/docs/install.txt index 075f2c229b..0fef32973d 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -34,16 +34,19 @@ comprehensively tested with that database. If you find any bugs in Django's MySQL bindings, please file them in `Django's ticket system`_ so we can fix them immediately. - Additionally, you'll need to make sure your Python database bindings are -installed. If you're using PostgreSQL, you'll need the psycopg_ -package (version 1 -- not version 2, which is still in beta). If you're using -MySQL, you'll need MySQLdb_. +installed. + +* If you're using PostgreSQL, you'll need the psycopg_ package (version 1 -- + not version 2, which is still in beta). If you're on Windows, check out the + unofficial `compiled Windows version`_. +* If you're using MySQL, you'll need MySQLdb_. .. _PostgreSQL: http://www.postgresql.org/ .. _MySQL: http://www.mysql.com/ .. _Django's ticket system: http://code.djangoproject.com/report/1 .. _psycopg: http://initd.org/projects/psycopg1 +.. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/ .. _MySQLdb: http://sourceforge.net/projects/mysql-python Install the Django code