mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 12:07:09 +00:00
to-do lists updates
This commit is contained in:
@@ -20,7 +20,7 @@ from .auth import login_required_if_public
|
||||
"""
|
||||
|
||||
todo = """
|
||||
- Register uploaded filenames in the Django db without needing to wait for a reset & bulk file import
|
||||
- Register freshly uploaded filenames in the Django db without needing to wait for a reset & bulk file import
|
||||
|
||||
- Need to validate uploaded file as being a valid file type, not a dubious script or hack
|
||||
|
||||
@@ -33,7 +33,6 @@ todo = """
|
||||
https://stackoverflow.com/questions/889333/how-to-check-if-a-file-is-a-valid-image-file
|
||||
|
||||
- Enable folder creation in dwguploads or as a separate form
|
||||
|
||||
"""
|
||||
|
||||
class FilesForm(forms.Form): # not a model-form, just a form-form
|
||||
|
||||
Reference in New Issue
Block a user