mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 14:39:26 -02:30
Merge pull request #44 from AlanCoding/one_of_seths_own
Inherit from our own APIView, not rest framework
This commit is contained in:
@@ -4,7 +4,7 @@ from django.conf import settings
|
|||||||
|
|
||||||
from rest_framework.permissions import AllowAny
|
from rest_framework.permissions import AllowAny
|
||||||
from rest_framework.response import Response
|
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
|
from awx.main.scheduler import TaskManager, DependencyManager, WorkflowManager
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user