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 01f62c7 commit 3e0c64dCopy full SHA for 3e0c64d
tests/testapp/urls.py
@@ -1,4 +1,7 @@
1
-from django.urls import path
+try:
2
+ from django.urls import path
3
+except ImportError:
4
+ from django.conf.urls import url as path
5
6
from . import views
7
0 commit comments