No module named 'storages'
pip install django-storages
No module named 'storages'
pip install django-storages
no module named 'storages'
pip install django-storages
-- or --
check your settings.py
INSTALLED_APPS = ('storages',)
-- or --
make sure you dont have a python version that is too NEW (revert to python 3.7)
-- or --
check your STATICFILES_STORAGE variable this should be set as:
STATICFILES_STORAGE = 'storages.backends.s3boto.S3BotoStorage'
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us