Adding TransactionMiddleware to the setup.
- Legacy-Id: 145
This commit is contained in:
parent
255e2e5a1a
commit
56f5fb5a98
|
@ -70,6 +70,7 @@ MIDDLEWARE_CLASSES = (
|
|||
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
||||
'django.middleware.doc.XViewMiddleware',
|
||||
# 'ietf.middleware.PrettifyMiddleware',
|
||||
'django.middleware.transaction.TransactionMiddleware',
|
||||
)
|
||||
|
||||
ROOT_URLCONF = 'ietf.urls'
|
||||
|
|
Loading…
Reference in a new issue