Thank you, all. Web2Py books has been really helpful in understanding this generics feature.
On Aug 30, 3:36 pm, pbreit <[email protected]> wrote: > If you only use generics during development (good practice), put this in > db.py or another model file: > > response.generic_patterns = ['*'] if request.is_local else []

