mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Flake8 fixes and URL updates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2015 Ansible, Inc.
|
||||
# All Rights Reserved.
|
||||
|
||||
from django.conf.urls import url, include
|
||||
from django.conf.urls import url
|
||||
from awx.ui.views import (
|
||||
index,
|
||||
portal_redirect,
|
||||
@@ -9,6 +9,7 @@ from awx.ui.views import (
|
||||
)
|
||||
|
||||
|
||||
app_name = 'ui'
|
||||
urlpatterns = [
|
||||
url(r'^$', index, name='index'),
|
||||
url(r'^migrations_notran/$', migrations_notran, name='migrations_notran'),
|
||||
|
||||
Reference in New Issue
Block a user