📌  相关文章
📜  没有名为“存储”的模块 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:05.729000             🧑  作者: Mango

代码示例2
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'