|
|
e138ab22aa
|
git commit, converted over to base.html pulling Status*, rather than every render_template calling it. Tightened up naming for job manager, fixed a few bugs in there with items like div by zero, created the active jobs link/badge in navbar, have it invoked each time by base.html template and it gets active jobs from DB, pa_job_manager now initiliases from an empty DB and can work out where it is at, no loop/thread/or actual job code yet. jobs.py has basics of a NewJob(), so next step is to force that job to be executed in pa_job_manager, but its tea time
|
2021-01-16 17:51:16 +11:00 |
|
|
|
588980a260
|
Added the ability to add a reference image to a person, and connect the two in the db
|
2021-01-15 16:55:12 +11:00 |
|
|
|
7d03413e60
|
fix wrong output on printing Refimg
|
2021-01-15 15:33:30 +11:00 |
|
|
|
d7ab2b7333
|
fixed paths in the new ref images code
|
2021-01-13 14:01:52 +11:00 |
|
|
|
d9407b1bab
|
tabs ffs
|
2021-01-13 13:55:36 +11:00 |
|
|
|
c6bf0424ab
|
better try/except handling for files
|
2021-01-13 13:54:47 +11:00 |
|
|
|
2a7151dc66
|
tried to add a reference_images directory in git, that contains actual uploaded images and the modify/remove also deals with filesystem issues
|
2021-01-13 13:52:56 +11:00 |
|
|
|
991b654d4c
|
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:39 +11:00 |
|