Page not found (404)

Request Method: GET
Request URL: https://sudvezixercengi.az/blog/2/

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']
  5. qebulayazil/ [name='appoinment']
  6. elaqe/ [name='contact']
  7. xidmetlerimiz/ [name='xidmetler']
  8. haqqimda/ [name='abouscroll']
  9. blog/ [name='blog']
  10. medi/ [name='media']
  11. yandex_ed4c777cfa36440a.html
  12. sitemap.xml/
  13. robots.txt/
  14. ^media/(?P<path>.*)$

The current path, blog/2/, didn’t match any of these.

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.