📅  最后修改于: 2022-03-11 14:50:36.686000             🧑  作者: Mango
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'