Ticket #4684: install.diff
File install.diff, 1.4 KB (added by , 17 years ago) |
---|
-
docs/install.txt
47 47 ========================= 48 48 49 49 If you plan to use Django's database API functionality, you'll need to 50 make sure a database server is running. Django works with PostgreSQL_, 51 MySQL_ and SQLite_. 50 make sure a database server is running, or use an embedded database. Django 51 works with PostgreSQL_, MySQL_ and Oracle_ servers and with the SQLite_ 52 embedded database. 52 53 53 54 Additionally, you'll need to make sure your Python database bindings are 54 55 installed. … … 62 63 * If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher. 63 64 You will also want to read the database-specific notes for the `MySQL backend`_. 64 65 66 * If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher. 67 65 68 * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher. 66 69 67 * If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher.68 69 70 .. _PostgreSQL: http://www.postgresql.org/ 70 71 .. _MySQL: http://www.mysql.com/ 71 72 .. _Django's ticket system: http://code.djangoproject.com/report/1 … … 76 77 .. _pysqlite: http://initd.org/tracker/pysqlite 77 78 .. _MySQL backend: ../databases/ 78 79 .. _cx_Oracle: http://www.python.net/crew/atuining/cx_Oracle/ 80 .. _Oracle: http://www.oracle.com/ 79 81 80 82 Remove any old versions of Django 81 83 =================================