mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
inherit rather than monkey patch
* Enable migration in progress page in ALL environments
This commit is contained in:
@@ -89,8 +89,6 @@ settings_files = os.path.join(settings_dir, '*.py')
|
||||
settings_file = os.environ.get('AWX_SETTINGS_FILE',
|
||||
'/etc/tower/settings.py')
|
||||
|
||||
MIDDLEWARE_CLASSES = ('awx.main.middleware.MigrationRanCheckMiddleware',) + MIDDLEWARE_CLASSES
|
||||
|
||||
# Attempt to load settings from /etc/tower/settings.py first, followed by
|
||||
# /etc/tower/conf.d/*.py.
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user