fix thumbnail dir not being created for new installs, add traceback printing for failed thumbnail printing, fix naive datetime object loading

on new installs, the thumbnail directory in /viewer/static is not created automatically
when thumbnail generation fails for any reason, tracebacks are not printed
i fixed the numerous warnings generated by not setting the DateTimeField to a datetime object with a timezone (fixed with dateutil package)
This commit is contained in:
Xevion
2020-11-05 18:27:01 -06:00
parent 85cf832ec2
commit 710924c419
3 changed files with 13 additions and 2 deletions

View File

@@ -3,3 +3,4 @@ humanize~=3.1.0
django-jsonfield~=1.4.1
opencv-python~=4.4.0.46
Pillow~=8.0.1
python-dateutil~=2.8.1