From ec4aac1710a2f040ab51128c3c2c3841b5b29b43 Mon Sep 17 00:00:00 2001 From: makkalot Date: Sun, 15 Jun 2008 00:12:45 +0300 Subject: adding mochikit to funcweb --- funcweb/funcweb/config/app.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'funcweb') diff --git a/funcweb/funcweb/config/app.cfg b/funcweb/funcweb/config/app.cfg index e691bde..336dc84 100644 --- a/funcweb/funcweb/config/app.cfg +++ b/funcweb/funcweb/config/app.cfg @@ -7,7 +7,8 @@ # The commented out values below are the defaults # VIEW - +#tg.include_widgets = ['turbogears.mochikit'] +tg.mochikit_all = True # which view (template engine) to use if one is not specified in the # template name tg.defaultview = "genshi" -- cgit