mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-03 23:24:01 +00:00
Removed broken user agents package
This commit is contained in:
@@ -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',
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ six==1.6.0
|
||||
django-filter
|
||||
django-grappelli==2.5.7
|
||||
django-model_utils
|
||||
django-user-agents
|
||||
redis
|
||||
git+git://github.com/llazzaro/django-scheduler.git#django-scheduler
|
||||
django-celery
|
||||
|
||||
Reference in New Issue
Block a user