comparison ismi-python-neo4jrestclient/ismi-vis.py @ 23:80010fb9dbce

make new commentaries visualisation the default.
author casties
date Fri, 30 Oct 2015 15:37:43 +0100
parents d964d9a23837
children 2564732249b3
comparison
equal deleted inserted replaced
22:b709419d4235 23:80010fb9dbce
18 def get_commentaries(): 18 def get_commentaries():
19 return app.send_static_file('commentaries.html') 19 return app.send_static_file('commentaries.html')
20 20
21 @app.route("/commentaries_authors.html") 21 @app.route("/commentaries_authors.html")
22 def get_commentaries_authors(): 22 def get_commentaries_authors():
23 return app.send_static_file('commentaries_authors3.html') 23 return app.send_static_file('commentaries_authors2.html')
24 24
25 @app.route('/static/<filename>') 25 @app.route('/static/<filename>')
26 def get_file(filename): 26 def get_file(filename):
27 return send_from_directory('static', filename) 27 return send_from_directory('static', filename)
28 28