added flask app

This commit is contained in:
www
2020-08-18 20:06:47 +00:00
parent 73e594cf77
commit 5458633cd3
22 changed files with 64078 additions and 0 deletions

3
flaskapp/static/init.js Normal file
View File

@@ -0,0 +1,3 @@
$(document).ready( function () {
$('#datalist').DataTable({responsive: true});
} );