Exemplo n.º 1
0
def graph_eval_next_month(request):
    c = Controller()
    c.advanceToNextMonth()
    return HttpResponseRedirect('/dev/graph_eval/')
Exemplo n.º 2
0
def graph_eval_next_month(request):
    c = Controller()
    c.advanceToNextMonth()
    return HttpResponseRedirect('/dev/graph_eval/')