db visibility fix for nailgun

This commit is contained in:
Nikolay Markov 2012-09-07 19:15:25 +04:00 committed by default
parent 80be0b4e0c
commit ece293b1c5

View File

@ -2,7 +2,6 @@
import posixpath
PROJECT_PATH = posixpath.join(
posixpath.dirname(posixpath.abspath(__file__)),
".."
@ -11,7 +10,6 @@ PROJECT_PATH = posixpath.join(
DATABASE_PATH = posixpath.join(PROJECT_PATH, 'nailgun.sqlite')
DATABASE_ENGINE = 'sqlite:///%s' % DATABASE_PATH
STATIC_DIR = posixpath.join(PROJECT_PATH, "static")
TEMPLATE_DIR = posixpath.join(PROJECT_PATH, "static")