comparison examples/project/settings.py @ 5:22ae9aa457af

excercise more bits of the django 1.0b1 test framework
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 11:29:21 -0400
parents ff263bdd455e
children 8d0793b2358b
comparison
equal deleted inserted replaced
4:20bca08c0828 5:22ae9aa457af
8 ) 8 )
9 9
10 MANAGERS = ADMINS 10 MANAGERS = ADMINS
11 11
12 DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. 12 DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
13 DATABASE_NAME = ':memory:' # Or path to database file if using sqlite3. 13 DATABASE_NAME = 'zoo.db' # Or path to database file if using sqlite3.
14 #DATABASE_USER = '' # Not used with sqlite3. 14 #DATABASE_USER = '' # Not used with sqlite3.
15 #DATABASE_PASSWORD = '' # Not used with sqlite3. 15 #DATABASE_PASSWORD = '' # Not used with sqlite3.
16 #DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. 16 #DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
17 #DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. 17 #DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
18 18