# HG changeset patch # User amit@thunder # Date 1266844567 -19800 # Node ID d2855b0d6df878187c7fa7a43ebea73b5767b713 # Parent a27f1e69d966597981831d169ebb182ac291eab8 some problems with sqlite database diff -r a27f1e69d966 -r d2855b0d6df8 SEESenv/web/hgbook/settings.py --- a/SEESenv/web/hgbook/settings.py Mon Feb 22 18:22:21 2010 +0530 +++ b/SEESenv/web/hgbook/settings.py Mon Feb 22 18:46:07 2010 +0530 @@ -21,7 +21,7 @@ except ImportError: print >> sys.stderr, 'Faking up some database configuration for you' DATABASE_ENGINE = 'sqlite3' - DATABASE_NAME = os.path.join(ROOT, '.database.sqlite3') + DATABASE_NAME = '/home/hg/repos/SEES-hacks/SEESenv/web/hgbook/.database.sqlite3' DATABASE_USER = '' DATABASE_PASSWORD = '' DATABASE_HOST = ''