From 708b1c943c636eefaeb491e30f5a8339905471c1 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 10 Mar 2011 13:09:17 +0200 Subject: borders and shit --- settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 4302900..e30b511 100644 --- a/settings.py +++ b/settings.py @@ -13,10 +13,10 @@ ADMINS = ( MANAGERS = ADMINS -DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. -DATABASE_NAME = 'test.db' # Or path to database file if using sqlite3. -DATABASE_USER = '' # Not used with sqlite3. -DATABASE_PASSWORD = '' # Not used with sqlite3. +DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. +DATABASE_NAME = 'top7fooz' # Or path to database file if using sqlite3. +DATABASE_USER = 'fooz' # Not used with sqlite3. +DATABASE_PASSWORD = 'fooz' # Not used with sqlite3. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. -- cgit v1.3.1