예제 #1
0
파일: ply.py 프로젝트: pompous-stranger/ply
 def DELETE(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, False)
     return
예제 #2
0
파일: ply.py 프로젝트: rcleere/ply
 def DELETE(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, False)
     return
예제 #3
0
파일: ply.py 프로젝트: pompous-stranger/ply
 def PUT(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, True)
     return
예제 #4
0
파일: ply.py 프로젝트: rcleere/ply
 def PUT(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, True)
     return