equal
deleted
inserted
replaced
88 'django.middleware.csrf.CsrfViewMiddleware', |
88 'django.middleware.csrf.CsrfViewMiddleware', |
89 'django.contrib.auth.middleware.AuthenticationMiddleware', |
89 'django.contrib.auth.middleware.AuthenticationMiddleware', |
90 #'django.middleware.locale.LocaleMiddleware', |
90 #'django.middleware.locale.LocaleMiddleware', |
91 'django.contrib.messages.middleware.MessageMiddleware', |
91 'django.contrib.messages.middleware.MessageMiddleware', |
92 'django_openid_consumer.middleware.OpenIDMiddleware', |
92 'django_openid_consumer.middleware.OpenIDMiddleware', |
|
93 'djblets.siteconfig.middleware.SettingsMiddleware', |
93 'ldt.ldt_utils.middleware.userprofile.LanguageMiddleware', |
94 'ldt.ldt_utils.middleware.userprofile.LanguageMiddleware', |
94 'ldt.security.middleware.SecurityMiddleware', |
95 'ldt.security.middleware.SecurityMiddleware', |
95 'ldt.api.middleware.pistonput.PistonPutMiddleware', |
96 'ldt.api.middleware.pistonput.PistonPutMiddleware', |
96 ) |
97 ) |
97 |
98 |
100 "django.contrib.auth.context_processors.auth", |
101 "django.contrib.auth.context_processors.auth", |
101 "django.core.context_processors.debug", |
102 "django.core.context_processors.debug", |
102 "django.core.context_processors.i18n", |
103 "django.core.context_processors.i18n", |
103 "django.core.context_processors.media", |
104 "django.core.context_processors.media", |
104 "django.core.context_processors.static", |
105 "django.core.context_processors.static", |
|
106 'djblets.siteconfig.context_processors.siteconfig', |
105 "ldt.utils.context_processors.ldt_context", |
107 "ldt.utils.context_processors.ldt_context", |
106 ) |
108 ) |
107 |
109 |
108 |
110 |
109 ROOT_URLCONF = 'ldtplatform.urls' |
111 ROOT_URLCONF = 'ldtplatform.urls' |
143 'piston', |
145 'piston', |
144 'social_auth', |
146 'social_auth', |
145 'south', |
147 'south', |
146 'guardian', |
148 'guardian', |
147 'sorl.thumbnail', |
149 'sorl.thumbnail', |
|
150 'djblets.siteconfig', |
148 ) |
151 ) |
149 |
152 |
150 AUTH_PROFILE_MODULE = 'user.UserProfile' |
153 AUTH_PROFILE_MODULE = 'user.UserProfile' |
151 |
154 |
152 DECOUPAGE_BLACKLIST = ( |
155 DECOUPAGE_BLACKLIST = ( |