From 24a0528083c156bbae117605862e9c33483a1ecb Mon Sep 17 00:00:00 2001
From: anoop
Date: Sun, 24 Jan 2010 19:01:41 +0530
Subject: database filename changed to ../pytaskDb.

---
 settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.py b/settings.py
index 8b11323..97da483 100644
--- a/settings.py
+++ b/settings.py
@@ -10,7 +10,7 @@ ADMINS = (
 MANAGERS = ADMINS
 
 DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
-DATABASE_NAME = 'pytaskDb'             # Or path to database file if using sqlite3.
+DATABASE_NAME = '../pytaskDb'             # 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.
-- 
cgit