는 BOTO의 S3 바인딩을로드 할 수 없습니다.
settings.py
DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoStorage'
AWS_ACCESS_KEY_ID = "xxxxxx"
AWS_SECRET_ACCESS_KEY = "xxxxxxxxx"
AWS_STORAGE_BUCKET_NAME = "images"
models.py
class CameraImage(models.Model):
...
image = models.ImageField(upload_to='images')#get_image_path)
그 예외가 무엇을 의미합니까? 어떻게 수정해야합니까?
도 여기에 중복 "BOTO 설치 PIP"는 무엇 업데이 트가있었습니다 : https://stackoverflow.com/questions/13374247/django-storages-could-not-load-amazons-s3-bindings -errors/44728875 # 44728875 – MrE