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 b1d0b2c commit eb6cd31Copy full SHA for eb6cd31
tests/testapp/urls.py
@@ -13,6 +13,7 @@
13
1. Import the include() function: from django.urls import include, path
14
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
15
"""
16
+
17
from django.contrib import admin
18
from django.urls import path
19
0 commit comments