summaryrefslogtreecommitdiff
path: root/jimbrella/admin.py
AgeCommit message (Collapse)Author
2021-10-31Implement ADMIN_MODIFY_DB logsFrederick Yin
When an admin requests /admin/umbrella/edit and the request succeeds, an ADMIN_MODIFY_DB log is kept. `Database.update` will keep track of the updated columns.
2021-10-28Route for /admin/logsFrederick Yin
2021-10-27Admin console requires login to admin accountFrederick Yin
2021-10-27Provide exception messagesFrederick Yin
UmbrellaNotFoundError: serial UmbrellaValueError: field
2021-10-24Separate admin routes to a blueprintFrederick Yin
Because modularity