Changeset 4648
- Timestamp:
- 02/28/07 13:28:30 (2 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
- django/trunk/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r4629 r4648 65 65 .. _MySQL: http://www.mysql.com/ 66 66 .. _Django's ticket system: http://code.djangoproject.com/report/1 67 .. _psycopg: http://initd.org/ projects/psycopg167 .. _psycopg: http://initd.org/tracker/psycopg 68 68 .. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/ 69 69 .. _MySQLdb: http://sourceforge.net/projects/mysql-python django/trunk/docs/settings.txt
r4622 r4648 240 240 --------------- 241 241 242 Default: ``' postgresql'``243 244 Which database backend to use. Either ``'postgresql '``, ``'mysql'``,245 ``' sqlite3'`` or ``'ado_mssql'``.242 Default: ``''`` (Empty string) 243 244 Which database backend to use. Either ``'postgresql_psycopg2'``, 245 ``'postgresql'``, ``'mysql'``, ``'sqlite3'`` or ``'ado_mssql'``. 246 246 247 247 DATABASE_HOST
