示例#1
0
文件: tasks.py 项目: taras1k/lottery
def add(x, y):
    lottery = Lottery()
    lottery.data['page_id'] = 0
    lottery.save()
    return x + y