Add django-ansible-base settings (#14768)

add ansible base settings
This commit is contained in:
jessicamack 2024-01-16 10:55:59 -05:00 committed by GitHub
parent 42701f32fe
commit 5f5cd960d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1071,3 +1071,7 @@ from ansible_base import settings # noqa: E402
settings_file = os.path.join(os.path.dirname(settings.__file__), 'dynamic_settings.py')
include(settings_file)
ANSIBLE_BASE_TEAM_MODEL = 'main.Team'
ANSIBLE_BASE_ORGANIZATION_MODEL = 'main.Organization'