mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Inherit from our own APIView, not rest framework
This commit is contained in:
parent
f7e6a32444
commit
a0103acbef
@ -4,7 +4,7 @@ from django.conf import settings
|
||||
|
||||
from rest_framework.permissions import AllowAny
|
||||
from rest_framework.response import Response
|
||||
from rest_framework.views import APIView
|
||||
from awx.api.generics import APIView
|
||||
|
||||
from awx.main.scheduler import TaskManager, DependencyManager, WorkflowManager
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user