Ejemplo n.º 1
0
def ville():
    bd = BD()
    bd.connexion()
    return static_file('installations.html', root='vue/')
Ejemplo n.º 2
0
def getInstallation():
    bd = BD()
    bd.connexion()
    return str(JsonData.getInstallationVille(request.GET.get('ville'), request.GET.get('activite'), bd.getCursor()))
Ejemplo n.º 3
0
def getInstallation():
    bd = BD()
    bd.connexion()
    return JsonData.getInstallation(request.GET.get('inst'), bd.getCursor())
Ejemplo n.º 4
0
def getInfos():
    bd = BD()
    bd.connexion()
    return str(JsonData.getInfos(request.GET.get('inst'), bd.getCursor()))