Initial backend implementation for AC-25, activity stream/audit love

This commit is contained in:
Matthew Jones
2013-11-08 04:39:53 -05:00
parent e99ac9d668
commit 3a02c17d2a
7 changed files with 175 additions and 0 deletions

View File

@@ -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 = (