Page not found (404)

Sorğuya uyğun bloq tapılmadı
Request Method: GET
Request URL: https://sabuhidadashov.az/bloq/trombektomiya-emeliyyatindan-sonra-reabilitasiya/
Raised by: Bloq.views.BloqDetailView

Using the URLconf defined in sebuhi_project.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. [name='homepage']
  3. haqqimizda/ [name='about']
  4. xidmetler/ [name='service']
  5. bloq/ [name='blog']
  6. elaqe/ [name='contact']
  7. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  8. robots.txt/
  9. medi/ [name='media']
  10. bloq/<slug:slug>/ [name='blog-detail']

The current path, bloq/trombektomiya-emeliyyatindan-sonra-reabilitasiya/, matched the last one.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.