Commit b5cedc8e authored by Antonio Morillas's avatar Antonio Morillas
Browse files

Bugfix with Django 4.2

from django.core.files.storage import File, Storage
ImportError: cannot import name 'File' from 'django.core.files.storage'
parent cfe1e62e
import mimetypes
from django.core.files.storage import File, Storage
#from django.core.files.storage import File, Storage
from django.utils.functional import cached_property
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment