Mercurial > nosedjango
diff 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 |
line wrap: on
line diff
--- a/examples/project/settings.py Thu Aug 28 10:18:23 2008 -0400 +++ b/examples/project/settings.py Thu Aug 28 11:29:21 2008 -0400 @@ -10,7 +10,7 @@ MANAGERS = ADMINS DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. -DATABASE_NAME = ':memory:' # Or path to database file if using sqlite3. +DATABASE_NAME = 'zoo.db' # Or path to database file if using sqlite3. #DATABASE_USER = '' # Not used with sqlite3. #DATABASE_PASSWORD = '' # Not used with sqlite3. #DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.