mirror of
https://github.com/ansible/awx.git
synced 2026-07-03 12:28:01 -02:30
get rid of the activity stream middleware
it has bugs and is very confusing see: https://github.com/ansible/tower/issues/4037
This commit is contained in:
@@ -1229,7 +1229,6 @@ MIDDLEWARE = [
|
||||
'django.middleware.csrf.CsrfViewMiddleware',
|
||||
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
||||
'django.contrib.messages.middleware.MessageMiddleware',
|
||||
'awx.main.middleware.ActivityStreamMiddleware',
|
||||
'awx.sso.middleware.SocialAuthMiddleware',
|
||||
'crum.CurrentRequestUserMiddleware',
|
||||
'awx.main.middleware.URLModificationMiddleware',
|
||||
|
||||
Reference in New Issue
Block a user