mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 20:50:17 +03:00
Inconsistent use of 'AWS_EXPIRY'
This commit is contained in:
parent
0f8f564790
commit
b195f082c7
|
@ -82,7 +82,7 @@ AWS_EXPIRY = 60 * 60 * 24 * 7
|
||||||
AWS_HEADERS = {
|
AWS_HEADERS = {
|
||||||
'Cache-Control': str.encode(
|
'Cache-Control': str.encode(
|
||||||
'max-age=%d, s-maxage=%d, must-revalidate' % (
|
'max-age=%d, s-maxage=%d, must-revalidate' % (
|
||||||
AWS_EXPIREY, AWS_EXPIREY))
|
AWS_EXPIRY, AWS_EXPIRY))
|
||||||
}
|
}
|
||||||
|
|
||||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#static-url
|
# See: https://docs.djangoproject.com/en/dev/ref/settings/#static-url
|
||||||
|
|
Loading…
Reference in New Issue
Block a user