﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21409	Incorrect default BASE_DIR value in project template	dmamaev@…	nobody	"It seems to be a mistype:

{{{
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
}}}

Obviously the BASE_DIR must be an absolute path:

{{{
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
}}}

"	Bug	closed	Uncategorized	1.6	Normal	invalid	settings, BASE_DIR		Unreviewed	1	0	0	0	1	0
