[web2py] small typo in Book: Caching with Redis

2012-12-01 Thread Ralo Tannahill
http://www.web2py.com/books/default/chapter/29/13#Caching-with-Redis "_cache" missing in the module name: from gluon.contrib.redis*_cache* import RedisCache cache.redis = RedisCache('localhost:6379',db=None, debug=True) Best regards --

[web2py] Small typo in book

2012-10-12 Thread Rob Goldsmith
In chapter 5, under "Mobile development"... Notice that the decorator must be important once before using it in a > controller. I assume should be Notice that the decorator must be imported before using it in a controller. --