##// END OF EJS Templates
Trying to enable etags support
neko259 -
r1142:ea496b22 default
parent child Browse files
Show More
@@ -46,6 +46,8 b' USE_L10N = True'
46 46 # If you set this to False, Django will not use timezone-aware datetimes.
47 47 USE_TZ = True
48 48
49 USE_ETAGS = True
50
49 51 # Absolute filesystem path to the directory that will hold user-uploaded files.
50 52 # Example: "/home/media/media.lawrence.com/media/"
51 53 MEDIA_ROOT = './media/'
@@ -109,6 +111,7 b' TEMPLATE_CONTEXT_PROCESSORS = ('
109 111 )
110 112
111 113 MIDDLEWARE_CLASSES = (
114 'django.middleware.http.ConditionalGetMiddleware',
112 115 'django.contrib.sessions.middleware.SessionMiddleware',
113 116 'django.middleware.locale.LocaleMiddleware',
114 117 'django.middleware.common.CommonMiddleware',
General Comments 0
You need to be logged in to leave comments. Login now