summaryrefslogtreecommitdiffstats
path: root/reports/brpt/settings.py
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2006-07-26 20:12:22 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2006-07-26 20:12:22 +0000
commite6b922973a2c38642584d6eb42ead7dced012d13 (patch)
tree1a1a854ea546a3e9e5d8a4b32d23b34f7e3575ba /reports/brpt/settings.py
parentccba37d8303f0c4d94b6dd2f899aaf36f9e54efb (diff)
downloadbcfg2-e6b922973a2c38642584d6eb42ead7dced012d13.tar.gz
bcfg2-e6b922973a2c38642584d6eb42ead7dced012d13.tar.bz2
bcfg2-e6b922973a2c38642584d6eb42ead7dced012d13.zip
Updated templates so that output is properly sorted
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2005 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports/brpt/settings.py')
-rw-r--r--reports/brpt/settings.py14
1 files changed, 10 insertions, 4 deletions
diff --git a/reports/brpt/settings.py b/reports/brpt/settings.py
index 63a7132ab..ea8dd5783 100644
--- a/reports/brpt/settings.py
+++ b/reports/brpt/settings.py
@@ -13,10 +13,16 @@ ADMINS = (
MANAGERS = ADMINS
-DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
-DATABASE_NAME = sqlitedbpath # Or path to database file if using sqlite3.
-DATABASE_USER = '' # Not used with sqlite3.
-DATABASE_PASSWORD = '' # Not used with sqlite3.
+#DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
+#DATABASE_NAME = sqlitedbpath # 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.
+#DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
+DATABASE_ENGINE = 'mysql' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
+DATABASE_NAME = 'brpt' # Or path to database file if using sqlite3.
+DATABASE_USER = 'brptadmin' # Not used with sqlite3.
+DATABASE_PASSWORD = 'sekret' # 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.