Using the URLconf defined in backend.urls
,
Django tried these URL patterns, in this order:
-
admin/
-
[name='home']
-
about/ [name='about']
-
contact/ [name='contact']
-
projects/ [name='projects']
-
services/ [name='services']
-
service/<str:service_name>/ [name='service_detail']
-
service/subservice/<str:sub_service_name>/ [name='sub_service_detail']
-
faq/ [name='faq']
-
list-urls/ [name='list_all_urls']
-
privacy/ [name='privacy']
The current path, https//www.facebook.com
,
didn’t match any of these.