Removed broken user agents package

This commit is contained in:
Fergal Moran
2015-10-15 21:01:00 +01:00
parent 65fa628f09
commit 25bd272b6d
2 changed files with 0 additions and 3 deletions

View File

@@ -82,7 +82,6 @@ MIDDLEWARE_CLASSES = (
'corsheaders.middleware.CorsMiddleware',
# 'htmlmin.middleware.HtmlMinifyMiddleware',
# 'htmlmin.middleware.MarkRequestMiddleware',
'django_user_agents.middleware.UserAgentMiddleware',
# 'spa.middleware.uploadify.SWFUploadMiddleware',
# 'spa.middleware.sqlprinter.SqlPrintingMiddleware',
# 'debug_toolbar.middleware.DebugToolbarMiddleware',
@@ -120,7 +119,6 @@ INSTALLED_APPS = (
'gunicorn',
'spa.signals',
'core',
'django_user_agents',
'storages',
'social.apps.django_app.default',