summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-15 00:12:45 +0300
committermakkalot <makkalot@gmail.com>2008-06-15 00:12:45 +0300
commitec4aac1710a2f040ab51128c3c2c3841b5b29b43 (patch)
tree006c511e71a495fa89b71f57092467f04f67f369
parent0616b737922449af511bcf918f662c3e4f1c4f35 (diff)
downloadfunc-ec4aac1710a2f040ab51128c3c2c3841b5b29b43.tar.gz
func-ec4aac1710a2f040ab51128c3c2c3841b5b29b43.tar.xz
func-ec4aac1710a2f040ab51128c3c2c3841b5b29b43.zip
adding mochikit to funcweb
-rw-r--r--funcweb/funcweb/config/app.cfg3
1 files changed, 2 insertions, 1 deletions
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"