mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Merge pull request #1374 from svleeuwen/patch-1
Remove boto related settings that aren't used
This commit is contained in:
commit
3853094221
|
@ -107,8 +107,8 @@ AWS_EXPIRY = 60 * 60 * 24 * 7
|
|||
# Revert the following and use str after the above-mentioned bug is fixed in
|
||||
# either django-storage-redux or boto
|
||||
control = 'max-age=%d, s-maxage=%d, must-revalidate' % (AWS_EXPIRY, AWS_EXPIRY)
|
||||
AWS_HEADERS = {
|
||||
'Cache-Control': bytes(control, encoding='latin-1')
|
||||
AWS_S3_OBJECT_PARAMETERS = {
|
||||
'CacheControl': bytes(control, encoding='latin-1'),
|
||||
}
|
||||
|
||||
# URL that handles the media served from MEDIA_ROOT, used for managing
|
||||
|
|
Loading…
Reference in New Issue
Block a user