mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02: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()
|