Beispiel #1
0
def js():
	gacss=gcss.all()
	return {'gacss':gacss}
Beispiel #2
0
def gcss_index():
	gacss = gcss.all().order_by(gcss.c.datetime)
	return {'gacss':gacss}