Using the URLconf defined in config.urls
,
Django tried these URL patterns, in this order:
-
jet/
-
jet/dashboard/
-
ckeditor/
-
rosetta/
-
admin/
-
i18n/
-
sitemap.xml
-
^static\/(?P<path>.*)$
-
^media\/(?P<path>.*)$
-
tr/
[name='home']
-
tr/
tibbi-birim-kategorileri/
[name='service_categories']
-
tr/
tibbi-birim-kategorileri/<slug>/
[name='service_category_detail']
-
tr/
tibbi-birimler/
[name='services']
-
tr/
tibbi-birimler/<slug>/
[name='services_detail']
-
tr/
hasta-deneyimi/
[name='gallery_list']
-
tr/
nasil-calisir/
[name='how_it_works']
-
tr/
blog/
[name='blog_list']
-
tr/
blog/<slug>/
[name='blog_detail']
-
tr/
randevu/
[name='appointment']
-
tr/
hakkimizda/
[name='about']
-
tr/
doktorlar/<slug>/
[name='doctor_detail']
-
tr/
klinikler/<slug>/
[name='clinic_doctors']
-
tr/
klinikler/<slug>/detail/
[name='clinic_detail']
-
tr/
iletisim/
[name='contact']
-
tr/
handle-home-form/
[name='handle_home_form']
-
tr/
handle-appointment-form/
[name='handle_appointment_form']
-
tr/
handle-contact-form/
[name='handle_contact_form']
The current path, tr/doktorlar/op-dr-cem-yilmaz/None
,
didn’t match any of these.