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