[Twisted-web] Re: Nevow + adbapi

Luis N tegmine at gmail.com
Thu Mar 10 16:59:19 MST 2005


Google is my friend.

def words(ctx, data):
    return dbpool.runQuery("SELECT english FROM lang WHERE spanish
LIKE %s'" % data)

class PData(rend.Page):
    addSlash=True
    docFactory = loaders.stan(tags.html[
        tags.div(data="hola")[ words ]])



More information about the Twisted-web mailing list