@@ -20,7 +20,7 @@ class Command(CompatibilityBaseCommand): |
||
| 20 | 20 |
ext = file.split('.')[-1]
|
| 21 | 21 |
if not ext: |
| 22 | 22 |
continue |
| 23 |
- if ext.lower() not in ['jpg', 'jpeg', 'png']: |
|
| 23 |
+ if ext.lower() not in ['jpg', 'jpeg', 'png', 'heic']: |
|
| 24 | 24 |
continue |
| 25 | 25 |
try: |
| 26 | 26 |
file_path = '{}/{}'.format(dir, file)
|