Folers: http://exploreflask.com/en/latest/organizing.html
How to read sqlite3 data? https://sqliteonline.com/
How to handle favicon request? http://www.webweaver.nu/html-tips/favicon.shtml
How to use Sqlite3 in Python Flask: https://www.tutorialspoint.com/flask/flask_sqlite.htm
How to deploy this in NI Linux-64bits target?
- install latest firmware - stay in safemode
- opkg update
- opkg install python3 ; please make sure there is not pre-installed
- opkg install sqlite3 sqlite3-dev
- opkg install python3-setuptool
- easy_install flask
- easy_install waitress
TODO:
- Add a "Cancel" in topic view to go to the root page
- delete a topic in many (Frank: Can not reproduce)