broad (small) changes to make style of all routes and jobs to be consistent, e.g. use underscords between words
This commit is contained in:
8
TODO
8
TODO
@@ -1,9 +1,9 @@
|
||||
### GENERAL
|
||||
* all routes should be consistent naming conventions (with or without _ )
|
||||
|
||||
* get build process to create a random string for secret for PROD, otherwise use builtin for dev
|
||||
|
||||
* think about security - in job_mgr anywhere I can os.replace/remove NEED to protect, etc
|
||||
- just need to use this I think:
|
||||
from werkzeug.utils import secure_filename
|
||||
|
||||
secure_filename(xxxx)
|
||||
|
||||
* change the rotation code to use that jpeg util to reduce/remove compression loss?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user