diff examples/turbogears/genshitest/config/app.cfg @ 230:24757b771651

Renamed Markup to Genshi in repository.
author cmlenz
date Mon, 11 Sep 2006 15:07:07 +0000
parents examples/turbogears/markuptest/config/app.cfg@44fbc30d78cd
children
line wrap: on
line diff
copy from examples/turbogears/markuptest/config/app.cfg
copy to examples/turbogears/genshitest/config/app.cfg
--- a/examples/turbogears/markuptest/config/app.cfg
+++ b/examples/turbogears/genshitest/config/app.cfg
@@ -10,7 +10,7 @@
 
 # which view (template engine) to use if one is not specified in the
 # template name
-tg.defaultview = "markup"
+tg.defaultview = "genshi"
 
 # The following kid settings determine the settings used by the kid serializer.
 
@@ -60,7 +60,7 @@
 visit.manager="sqlobject"
 
 # Database class to use for visit tracking
-visit.soprovider.model = "markuptest.model.Visit"
+visit.soprovider.model = "genshitest.model.Visit"
 
 # IDENTITY
 # General configuration of the TurboGears Identity management module
@@ -96,9 +96,9 @@
 # The classes you wish to use for your Identity model. Remember to not use reserved
 # SQL keywords for class names (at least unless you specify a different table
 # name using sqlmeta).
-identity.soprovider.model.user="markuptest.model.User"
-identity.soprovider.model.group="markuptest.model.Group"
-identity.soprovider.model.permission="markuptest.model.Permission"
+identity.soprovider.model.user="genshitest.model.User"
+identity.soprovider.model.group="genshitest.model.Group"
+identity.soprovider.model.permission="genshitest.model.Permission"
 
 # The password encryption algorithm used when comparing passwords against what's
 # stored in the database. Valid values are 'md5' or 'sha1'. If you do not
Copyright (C) 2012-2017 Edgewall Software