mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
Add debug_toolbar.middleware.DebugToolbarMiddleware to MIDDLEWARE classes in development.py
This commit is contained in:
@@ -162,3 +162,9 @@ except Exception:
|
||||
os.environ['SDB_NOTIFY_HOST'] = os.popen('ip route').read().split(' ')[2]
|
||||
|
||||
WEBSOCKET_ORIGIN_WHITELIST = ['https://localhost:8043', 'https://localhost:3000']
|
||||
|
||||
MIDDLEWARE = [
|
||||
# ...
|
||||
'debug_toolbar.middleware.DebugToolbarMiddleware',
|
||||
# ...
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user