mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #44 from AlanCoding/one_of_seths_own
Inherit from our own APIView, not rest framework
This commit is contained in:
commit
6fb3c8daa8
@ -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