making the paths for the config template relative to the configdir.

This commit is contained in:
Alfredo Deza
2011-03-16 15:48:11 -04:00
parent 30bf2f7b92
commit 1fd4b4ea42

View File

@@ -12,8 +12,8 @@ server = {
app = {
'root' : RootController(),
'modules' : [${package}],
'static_root' : 'public',
'template_path' : '${package}/templates',
'static_root' : '%(confdir)s/public',
'template_path' : '%(confdir)s/${package}/templates',
'reload': True,
'debug' : True,
'errors' : {