diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-18 18:47:55 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-18 18:47:55 +0000 |
| commit | 0944653673db90cce1f5fa972d0a8134dca19a75 (patch) | |
| tree | 78de5d67c233089362658fd3e1320113eecebb0c /docs | |
| parent | 32e9209dd9928b813d1b8c52627d77c46c097184 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.txt | 11 |
1 files 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 |
