Page not found (404)

Sorğuya uyğun xidmətlər_ postları tapılmadı
Request Method: GET
Request URL: https://sudvezixercengi.az/xidmetlerimiz/10/
Raised by: xidmetler_app.views.NewsDetailView

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

  1. admin/
  2. [name='homepage']
  3. bloq/<slug:slug>/ [name='blog-detail']
  4. xidmetlerimiz/<slug:slug>/ [name='news-detail']

The current path, xidmetlerimiz/10/, 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.