mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-15 22:13:07 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user