parent
ffc3ce75cc
commit
822e512a01
@ -0,0 +1,11 @@
|
||||
# use database residing here
|
||||
DB_LOCATION = (
|
||||
"testbox/photovoter.dblite" # Q: any allowances for this being not OUR database?
|
||||
)
|
||||
|
||||
DATA_LOCATION = "/tmp/123"
|
||||
|
||||
# place compressed images here (needs to exist)
|
||||
DEST_SHRUNK = "image/"
|
||||
# move originals here (needs to exist)
|
||||
DEST_ORIGINAL = "original/"
|
||||
Loading…
Reference in new issue