0fe9a595b3
tryin first-pass of file metdata into Photos class
Cam2021-01-10 17:12:22 +11:00
89eb73dab6
Merge branch 'master' of mara.ddp.net:photoassistant
Cam2021-01-10 16:59:24 +11:00
3fdd43467a
updated readme and gitignore, and also update the photos.py file to check what file types everything are, then return back a python dict with the absolute path to a file and the type. also updated the sqlalchemy model class to better fit all of our changes (added some fields that correspond to our file types and such).
Cam2021-01-10 16:56:39 +11:00
0d7fe03e5a
made settings work lamely, but functional for now, also removed test route
Damien De Paoli2021-01-10 15:48:21 +11:00
bfaaf8b7e2
made settings work lamely, but functional for now, also removed test route
Damien De Paoli2021-01-10 15:47:59 +11:00
cf1adb3e6e
made settings work lamely, but functional for now, also removed test route
Damien De Paoli2021-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
Damien De Paoli2021-01-10 13:41:36 +11:00
53897a1351
added BUGS, TODO and README, and first class settings
Damien De Paoli2021-01-10 13:14:49 +11:00
0bbed0ced5
renamed ClearMessage to better name of ClearStatus, and exposed it to jinja2 so status messages now work in base.html
Damien De Paoli2021-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
Damien De Paoli2021-01-10 12:07:50 +11:00