1👍
✅
Something is wrong with your settings.DEFAULT_FILE_STORAGE
.
The exception you have provided comes from django.core.files.storage@272, which in turn comes from default_storage
right below, and django.db.models.files@221. The constructor is called in your view, causing the exception to be thrown.
Source:stackexchange.com