Commit ef7678716ac88022f61cb62b3789ad995af64fe8
1 parent
6c3931c0
Exists in
master
and in
31 other branches
Removed django-mobile
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
colab/settings.py
... | ... | @@ -43,7 +43,6 @@ INSTALLED_APPS = ( |
43 | 43 | 'colab.accounts', |
44 | 44 | |
45 | 45 | # Not standard apps |
46 | - 'django_mobile', | |
47 | 46 | 'haystack', |
48 | 47 | 'hitcounter', |
49 | 48 | 'taggit', |
... | ... | @@ -182,7 +181,6 @@ TEMPLATE_CONTEXT_PROCESSORS = ( |
182 | 181 | 'django.core.context_processors.tz', |
183 | 182 | 'django.contrib.messages.context_processors.messages', |
184 | 183 | 'django.core.context_processors.request', |
185 | - 'django_mobile.context_processors.is_mobile', | |
186 | 184 | 'colab.super_archives.context_processors.mailarchive', |
187 | 185 | 'colab.plugins.context_processors.colab_apps', |
188 | 186 | 'colab.home.context_processors.robots', |
... | ... | @@ -199,8 +197,6 @@ MIDDLEWARE_CLASSES = ( |
199 | 197 | 'django.contrib.auth.middleware.SessionAuthenticationMiddleware', |
200 | 198 | 'django.contrib.messages.middleware.MessageMiddleware', |
201 | 199 | 'django.middleware.clickjacking.XFrameOptionsMiddleware', |
202 | - 'django_mobile.middleware.MobileDetectionMiddleware', | |
203 | - 'django_mobile.middleware.SetFlavourMiddleware', | |
204 | 200 | 'colab.tz.middleware.TimezoneMiddleware', |
205 | 201 | ) |
206 | 202 | ... | ... |