예제 #1
0
파일: admin.py 프로젝트: RTNelo/dev_blog
 def get(self, _id):
     try:
         photos = Gallary.get_detail(_id)
         self.render('Admin/Gallary/detail.html', photos=photos, gid=_id)
     except Exception as e:
       print str(e)