Update URL strucuture, fixed string based calls

This commit is contained in:
Wayne Witzel III
2017-11-09 17:24:04 -05:00
parent 14c5123fda
commit 6d6bbbb627
49 changed files with 1166 additions and 501 deletions

7
awx/api/urls/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
# Copyright (c) 2017 Ansible, Inc.
# All Rights Reserved.
from __future__ import absolute_import, unicode_literals
from .urls import urlpatterns
__all__ = ['urlpatterns']