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

@@ -7,7 +7,7 @@ import json
# Django
from django.db import models
from ansible_base.utils.models import prevent_search
from ansible_base.lib.utils.models import prevent_search
# AWX
from awx.main.models.base import CreatedModifiedModel