We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5753bab commit 7cefac9Copy full SHA for 7cefac9
test_app/urls.py
@@ -1,7 +1,7 @@
1
+from django.conf import settings
2
+from django.conf.urls.static import static
3
from django.contrib import admin
4
from django.urls import include, path, re_path
-from django.conf.urls.static import static
-from django.conf import settings
5
6
from ansible_base.authentication.views.ui_auth import UIAuth
7
from ansible_base.lib.dynamic_config.dynamic_urls import api_urls, api_version_urls, root_urls
0 commit comments