mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Merge b195f082c7
into 0f8f564790
This commit is contained in:
commit
9c06213993
|
@ -82,7 +82,7 @@ AWS_EXPIRY = 60 * 60 * 24 * 7
|
|||
AWS_HEADERS = {
|
||||
'Cache-Control': str.encode(
|
||||
'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
|
||||
|
|
Loading…
Reference in New Issue
Block a user