diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-06-14 14:25:39 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-06-14 14:25:39 +0300 |
commit | d8cdf7bc5ac1d258b36a8548c354e82ca314197a (patch) | |
tree | 2833a71bb577c91dedbf82b457c2f05158af3f4a /core | |
parent | e1d7b350159ba577cfa791da7ea43726e4516796 (diff) | |
download | troggle-d8cdf7bc5ac1d258b36a8548c354e82ca314197a.tar.gz troggle-d8cdf7bc5ac1d258b36a8548c354e82ca314197a.tar.bz2 troggle-d8cdf7bc5ac1d258b36a8548c354e82ca314197a.zip |
new to do item
Diffstat (limited to 'core')
-rw-r--r-- | core/views/uploads.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/views/uploads.py b/core/views/uploads.py index 12a3989..691e54d 100644 --- a/core/views/uploads.py +++ b/core/views/uploads.py @@ -35,6 +35,9 @@ and views/logbook_edit.py and that core/forms.py contains Django class-based for """ todo = """ +- Register the uploaded drawing file (views/uploads.py) using the functions in parsers/drawings.py so that queries of the database + can find newly uploaded files without having to do a database reset. + - Ideally we should validate uploaded file as being a valid file type, not a dubious script or hack Validate image files using a magic recogniser in walletedit() https://pypi.org/project/reportlab/ or |