mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Fix Django 2.0 deprecation warnings
This commit is contained in:
@@ -455,7 +455,6 @@ except ImportError:
|
||||
pass
|
||||
|
||||
DEBUG_TOOLBAR_CONFIG = {
|
||||
'INTERCEPT_REDIRECTS': False,
|
||||
'ENABLE_STACKTRACES' : True,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user