From 991871297375f240e1f4ea453b8d74b2748cf2c5 Mon Sep 17 00:00:00 2001 From: ausiv4 Date: Thu, 23 Jul 2009 23:49:28 +0000 Subject: Test commit --- django/srpproject/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django') diff --git a/django/srpproject/settings.py b/django/srpproject/settings.py index f538e8e..804c81d 100644 --- a/django/srpproject/settings.py +++ b/django/srpproject/settings.py @@ -12,7 +12,7 @@ MANAGERS = ADMINS DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. DATABASE_NAME = 'srp' # Or path to database file if using sqlite3. DATABASE_USER = 'USER' # Not used with sqlite3. -DATABASE_PASSWORD = 'PASSWORD' # Not used with sqlite3. +DATABASE_PASSWORD = 'SECRET_PASSWORD' # 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.2.3