Commit Graph

12 Commits

Author SHA1 Message Date
3684f279e4 first pass of import logging, its not being used, data is in real tables, but faked. will probably have to switch to gunicorn and threading to allow import and serving pages when we use slower AI routines 2021-01-14 00:15:54 +11:00
ed3a85b8f0 added reference image class, also tweaked DB classes to have foreign keys, so you cant delete a person connected to a file (tested). Also made refimg class do some quirky bootstrap/jquery to get file dialogs not looking like crap 2021-01-12 23:58:12 +11:00
a3a95f636e now have a Person class & associated CReate/Update/Delete functions, and menu in base.html 2021-01-12 21:51:33 +11:00
ccc8085aaf changed Photo class and DB table to be Files, also reflected through templates/files* - files.html is not used yet 2021-01-11 11:00:31 +11:00
1afb794bb8 first pass at seeing if path exists 2021-01-10 16:11:24 +11:00
cf1adb3e6e made settings work lamely, but functional for now, also removed test route 2021-01-10 15:46:41 +11:00
64d3e3e4cd Settings class now uses sequence, the DB sequence and table have been created and commented out a simple settings addition for now -- Beware it runs twice with Flask in DEV mode 2021-01-10 13:41:36 +11:00
0bbed0ced5 renamed ClearMessage to better name of ClearStatus, and exposed it to jinja2 so status messages now work in base.html 2021-01-10 12:17:14 +11:00
7a0d9ec165 updated base.html to have a appropriate navbar, use Status class and a quick test route in main 2021-01-10 12:07:50 +11:00
Cam
686cc5daca added base app.route, and a templates folder with a base.html 2021-01-10 11:57:12 +11:00
BuildTools
58871299a2 fix your grammar 2021-01-10 11:41:31 +11:00
d375bbe1e3 Initial commit of our brand new photo assistant 2021-01-10 11:39:14 +11:00