Looking at config.py (for the first time after a long time) I see a lots of new settings. But it is not clear to me what are the default values.
For example. It says: # Enable Visit tracking # visit.on=True Do I have to uncomment to use it, or does it show the default value (so I can leave it commented). Also, there is: # tg.defaultview = "kid" I guess that kid is default view so I don't have to uncomment. I believe it should be explicitly stated what defaults are, or simply to supply a config.py with (almost) everything uncommented. qvx

