Ejemplo n.º 1
0
 def DELETE(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, False)
     return
Ejemplo n.º 2
0
Archivo: ply.py Proyecto: rcleere/ply
 def DELETE(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, False)
     return
Ejemplo n.º 3
0
 def PUT(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, True)
     return
Ejemplo n.º 4
0
Archivo: ply.py Proyecto: rcleere/ply
 def PUT(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, True)
     return