mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
This allows for creation of subresources when posting new objects to a subcollection.
This commit is contained in:
@@ -122,7 +122,8 @@ TEMPLATE_CONTEXT_PROCESSORS += (
|
||||
MIDDLEWARE_CLASSES += (
|
||||
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
||||
'lib.middleware.exceptions.ExceptionMiddleware',
|
||||
#'django.middleware.transaction.TransactionMiddleware',
|
||||
'django.middleware.transaction.TransactionMiddleware',
|
||||
# middleware loaded after this point will be subject to transactions
|
||||
)
|
||||
|
||||
TEMPLATE_DIRS = (
|
||||
|
||||
Reference in New Issue
Block a user