##// 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 # If you set this to False, Django will not use timezone-aware datetimes.
46 # If you set this to False, Django will not use timezone-aware datetimes.
47 USE_TZ = True
47 USE_TZ = True
48
48
49 USE_ETAGS = True
50
49 # Absolute filesystem path to the directory that will hold user-uploaded files.
51 # Absolute filesystem path to the directory that will hold user-uploaded files.
50 # Example: "/home/media/media.lawrence.com/media/"
52 # Example: "/home/media/media.lawrence.com/media/"
51 MEDIA_ROOT = './media/'
53 MEDIA_ROOT = './media/'
@@ -109,6 +111,7 b' TEMPLATE_CONTEXT_PROCESSORS = ('
109 )
111 )
110
112
111 MIDDLEWARE_CLASSES = (
113 MIDDLEWARE_CLASSES = (
114 'django.middleware.http.ConditionalGetMiddleware',
112 'django.contrib.sessions.middleware.SessionMiddleware',
115 'django.contrib.sessions.middleware.SessionMiddleware',
113 'django.middleware.locale.LocaleMiddleware',
116 'django.middleware.locale.LocaleMiddleware',
114 'django.middleware.common.CommonMiddleware',
117 'django.middleware.common.CommonMiddleware',
General Comments 0
You need to be logged in to leave comments. Login now