Skip to content

Commit

Permalink
Add django-ansible-base settings (#14768)
Browse files Browse the repository at this point in the history
add ansible base settings
  • Loading branch information
jessicamack authored Jan 16, 2024
1 parent 42701f3 commit 5f5cd96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,3 +1071,7 @@

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'

0 comments on commit 5f5cd96

Please sign in to comment.