Update for django-ansible-base split (#14783)

* update paths and names

* temp to get tests passing

* fix typo
This commit is contained in:
jessicamack
2024-01-19 12:30:32 -05:00
committed by GitHub
parent d91da39f81
commit 209747d88e
21 changed files with 27 additions and 30 deletions

View File

@@ -17,7 +17,7 @@ from django.utils.timezone import now as tz_now
from django.conf import settings
from django.contrib.contenttypes.models import ContentType
from ansible_base.utils.models import get_type_for_model
from ansible_base.lib.utils.models import get_type_for_model
# AWX
from awx.main.dispatch.reaper import reap_job