Bugfix with Django 4.2
from django.core.files.storage import File, Storage ImportError: cannot import name 'File' from 'django.core.files.storage'
Please register or sign in to comment
from django.core.files.storage import File, Storage ImportError: cannot import name 'File' from 'django.core.files.storage'