Django

Code

Changeset 177

Show
Ignore:
Timestamp:
07/18/05 13:47:55 (3 years ago)
Author:
adrian
Message:

Added link to compiled Windows psycopg in docs/install.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r173 r177  
    3535immediately. 
    3636 
     37Additionally, you'll need to make sure your Python database bindings are 
     38installed. 
    3739 
    38 Additionally, you'll need to make sure your Python database bindings are 
    39 installed. If you're using PostgreSQL, you'll need the psycopg_ 
    40 package (version 1 -- not version 2, which is still in beta). If you're using 
    41 MySQL, you'll need MySQLdb_. 
     40* If you're using PostgreSQL, you'll need the psycopg_ package (version 1 -- 
     41  not version 2, which is still in beta). If you're on Windows, check out the 
     42  unofficial `compiled Windows version`_. 
     43* If you're using MySQL, you'll need MySQLdb_. 
    4244 
    4345.. _PostgreSQL: http://www.postgresql.org/ 
     
    4547.. _Django's ticket system: http://code.djangoproject.com/report/1 
    4648.. _psycopg: http://initd.org/projects/psycopg1 
     49.. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/ 
    4750.. _MySQLdb: http://sourceforge.net/projects/mysql-python 
    4851