mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 06:48:04 -02:30
Added config resource with project base dir and local paths, various other API cleanup.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import rest_framework.renderers
|
||||
# Copyright (c) 2013 AnsibleWorks, Inc.
|
||||
# All Rights Reserved.
|
||||
|
||||
class BrowsableAPIRenderer(rest_framework.renderers.BrowsableAPIRenderer):
|
||||
# Django REST Framework
|
||||
from rest_framework import renderers
|
||||
|
||||
class BrowsableAPIRenderer(renderers.BrowsableAPIRenderer):
|
||||
'''
|
||||
Customizations to the default browsable API renderer.
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user