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