We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868b29b commit 3ec843bCopy full SHA for 3ec843b
apps/django_pythonnative/django_pythonnative/urls.py
@@ -14,6 +14,7 @@
14
1. Import the include() function: from django.urls import include, path
15
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
16
"""
17
+
18
from django.contrib import admin
19
from django.urls import include, path
20
0 commit comments