mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 19:44:00 +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
|
# Revert the following and use str after the above-mentioned bug is fixed in
|
||||||
# either django-storage-redux or boto
|
# either django-storage-redux or boto
|
||||||
control = 'max-age=%d, s-maxage=%d, must-revalidate' % (AWS_EXPIRY, AWS_EXPIRY)
|
control = 'max-age=%d, s-maxage=%d, must-revalidate' % (AWS_EXPIRY, AWS_EXPIRY)
|
||||||
AWS_HEADERS = {
|
AWS_S3_OBJECT_PARAMETERS = {
|
||||||
'Cache-Control': bytes(control, encoding='latin-1')
|
'CacheControl': bytes(control, encoding='latin-1'),
|
||||||
}
|
}
|
||||||
|
|
||||||
# URL that handles the media served from MEDIA_ROOT, used for managing
|
# URL that handles the media served from MEDIA_ROOT, used for managing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user