Changeset 177
- Timestamp:
- 07/18/05 13:47:55 (3 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r173 r177 35 35 immediately. 36 36 37 Additionally, you'll need to make sure your Python database bindings are 38 installed. 37 39 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_. 42 44 43 45 .. _PostgreSQL: http://www.postgresql.org/ … … 45 47 .. _Django's ticket system: http://code.djangoproject.com/report/1 46 48 .. _psycopg: http://initd.org/projects/psycopg1 49 .. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/ 47 50 .. _MySQLdb: http://sourceforge.net/projects/mysql-python 48 51
