mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Initial backend implementation for AC-25, activity stream/audit love
This commit is contained in:
@@ -105,6 +105,7 @@ TEMPLATE_CONTEXT_PROCESSORS += (
|
||||
MIDDLEWARE_CLASSES += (
|
||||
'django.middleware.transaction.TransactionMiddleware',
|
||||
# Middleware loaded after this point will be subject to transactions.
|
||||
'awx.main.middleware.ActivityStreamMiddleware'
|
||||
)
|
||||
|
||||
TEMPLATE_DIRS = (
|
||||
|
||||
Reference in New Issue
Block a user