mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
7 lines
123 B
Python
7 lines
123 B
Python
# Copyright (c) 2015 Ansible, Inc.
|
|
# All Rights Reserved.
|
|
|
|
from django.conf.urls import patterns
|
|
|
|
urlpatterns = patterns()
|