We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ef28d commit aa0cedbCopy full SHA for aa0cedb
sample_project/sample_project/urls.py
@@ -13,6 +13,7 @@
13
1. Import the include() function: from django.conf.urls import url, include
14
2. Add a URL to urlpatterns: re_path(r'^blog/', include('blog.urls'))
15
"""
16
+
17
from django.contrib import admin
18
from django.urls import include, re_path
19
0 commit comments