diff options
author | Ismael Carnales <icarnales@gmail.com> | 2009-11-09 22:32:13 -0200 |
---|---|---|
committer | Ismael Carnales <icarnales@gmail.com> | 2009-11-09 22:32:13 -0200 |
commit | 0f4e480eecdf1958393e270f847476fbd97d4250 (patch) | |
tree | a2e1d0cf13ae5f74318d64f0be6a3fb14a830059 /settings.py | |
parent | f25a80c06bbd00240d34ea287b408bf6d770a08c (diff) |
added USE_ETAGS setting from archweb_pub
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 9d99af4c..27fedb4c 100644 --- a/settings.py +++ b/settings.py @@ -28,6 +28,8 @@ DEFAULT_CHARSET = 'utf-8' SITE_ID = 1 +USE_ETAGS = False + # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash. # Examples: "http://foo.com/media/", "/media/". |