mirror of
https://github.com/ansible/awx.git
synced 2026-04-12 05:29:24 -02:30
Revert "Merge pull request #1534 from chrismeyersfsu/fix-config_performance"
This reverts commit 7cc144fa59f157a5e1789a913e0d9a31720141ec, reversing changes made to 86af9950e754b06f40cb293a36ab365f589273db.
This commit is contained in:
@@ -10,8 +10,6 @@ import traceback
|
||||
# Django Split Settings
|
||||
from split_settings.tools import optional, include
|
||||
|
||||
from awx.main.utils import get_ansible_version
|
||||
|
||||
# Load default settings.
|
||||
from defaults import * # NOQA
|
||||
|
||||
@@ -35,8 +33,6 @@ AWX_PROOT_ENABLED = True
|
||||
|
||||
PENDO_TRACKING_STATE = "off"
|
||||
|
||||
ANSIBLE_VERSION = get_ansible_version()
|
||||
|
||||
# Use Django-Jenkins if installed. Only run tests for awx.main app.
|
||||
try:
|
||||
import django_jenkins
|
||||
|
||||
Reference in New Issue
Block a user