Using the URLconf defined in kb.urls
,
Django tried these URL patterns, in this order:
-
admin/
-
topics/ [name='topics']
-
topics/<slug:slug>.html [name='topic']
-
index/ [name='index']
-
index/<slug:slug>.html [name='index']
-
courses/<slug:slug>/<slug:chapter>.html [name='chapter']
-
courses/<slug:slug>.html [name='courses']
-
courses/ [name='courses']
-
faqs/ [name='faqs']
-
tags/ [name='tags']
-
tags/<slug:slug>.html [name='tags']
-
videos/ [name='videos']
-
videos/<slug:slug>.html [name='videos']
-
<slug:slug>.html [name='article']
The current path, how-does-the-snapscan-integration-work.html
,
matched the last one.