root / xap / trunk / settings.py

Revision 219:41fe3f644811, 258 bytes (checked in by Lafaye Philippe (RAGE2000) <lafaye@…>, 6 months ago)

add the trunk/branches/tags arbo for the xap module

Line 
1import os
2
3curdir = os.path.dirname(__file__)
4if curdir == '':
5    curdir = '.'
6curdir = os.path.realpath(curdir)
7
8DB_FILE = os.path.join(curdir, 'data', 'chainon.xap')
9
10#DB_FILE = '/home/tarek/data'
11
12SQLURI = 'postgres://chainon:chainon@localhost/chainon'
Note: See TracBrowser for help on using the browser.