Changeset 5361
- Timestamp:
- 05/27/07 06:33:57 (1 year ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r5292 r5361 264 264 If you're using MySQL and this value *doesn't* start with a forward slash, then 265 265 this value is assumed to be the host. 266 267 If you're using PostgreSQL, an empty string means to use a Unix domain socket 268 for the connection, rather than a network connection to localhost. If you 269 explictly need to use a TCP/IP connection on the local machine with 270 PostgreSQL, specify ``localhost`` here. 266 271 267 272 DATABASE_NAME
