示例#1
0
 def get(self):
     c = h.context()
     c['model'] = 'usergraph'
     c['model_properties'] = sorted(UserGraph.properties())
     h.render_out(self, 'admin.tplt', c)