We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6233a35 commit df58de1Copy full SHA for df58de1
django_model_subscription/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 path
20
0 commit comments