I have created a custom storage backend, the file is called storages.py and is placed in an app called core:
storages.py
core
from django.conf impor
I had this same issue, but for me it turns out that despite django-storages being installed, boto was not. A simple pip install boto fixed the error in my scenario.
django-storages
boto
pip install boto