django-s3-cache
django-s3-cache copied to clipboard
init.py
change
from storages.backends import s3boto
to
from storages.backends.s3boto3 import S3Boto3Storage
replace
s3boto.S3BotoStorage
with
S3Boto3Storage
and update repository please, its outdated.
change
from storages.backends import s3boto
to
from storages.backends.s3boto3 import S3Boto3Storage
replace
s3boto.S3BotoStorage
with
S3Boto3Storage
and update repository please, its outdated.
Pull request(s) are welcome!