summaryrefslogtreecommitdiff
path: root/jimbrella/utils.py
AgeCommit message (Collapse)Author
2021-10-20Add page /admin/umbrellasFrederick Yin
Lists all umbrellas in a table.
2021-10-20Move database utilities to database.pyFrederick Yin
It may not be a good idea to scatter database utilities around utils.py. With this in mind, I moved them to database.py as static methods under the class Database.
2021-10-20More work on web consoleFrederick Yin
2021-10-19Flask web server prototypeFrederick Yin