mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
Updated to be compatible with Django 1.4.5, added tox settings for automated testing with Python 2.6/2.7 and Django 1.4/1.5.
This commit is contained in:
@@ -252,7 +252,7 @@ LOGGING = {
|
||||
'()': 'django.utils.log.RequireDebugFalse',
|
||||
},
|
||||
'require_debug_true': {
|
||||
'()': 'django.utils.log.RequireDebugTrue',
|
||||
'()': 'ansibleworks.main.compat.RequireDebugTrue',
|
||||
},
|
||||
},
|
||||
'formatters': {
|
||||
|
||||
Reference in New Issue
Block a user