{% extends "layout.html" %} {% block jquery %} $(function() { $("#btnStart").click(function() { document.location = "{{ url_for('start') }}"; }); $("#btnBack").click(function() { document.location = 'javascript: history.back();'; }); $("#btnVersion").click(function() { document.location = "{{ url_for('version') }}"; }); }); {% endblock %} {% block body %}

Informació ténica sobre el Kep.

L'actual versió del Kep ha estat desenvolupada en Python 3.7 + Flask com a web framework. Está allotjada al wuster.

Les dades s'han importat del Winsiga (accionsf.mdb) i s'han exportat a Sqlite3. Atesa la poca demanda de servei no es va considerar necessari portar-les a una BBDD de més envergadura. No hi hauria, però, cap problema tècnic en migar-les a altres sistemes relacionals.

   
{% endblock %}