mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
Though it's not the case with `FileSystemStorage`, attempting to delete a nonexistent file can cause an exception (as in #80). We want to avoid these errors but don't want to suppress others raised in the process of deleting the file, so we first check to see if the file exists. |
||
|---|---|---|
| .. | ||
| management | ||
| processors | ||
| templates/imagekit/admin | ||
| __init__.py | ||
| admin.py | ||
| lib.py | ||
| models.py | ||
| utils.py | ||