Page not found (404)

Request Method: GET
Request URL: https://www.Mnet .co.tz/blog-detail/custom-software-development/blog-detail.html

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

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. contact/ [name='contact']
  5. blogs/ [name='blogs']
  6. blog-detail/<slug:slug>/ [name='blog-detail']
  7. careers/ [name='careers']
  8. faq/ [name='faq']
  9. portfolio/ [name='portfolio']
  10. services/ [name='services']
  11. service/<slug:slug>/ [name='service-detail']
  12. sitemap/ [name='sitemap']
  13. team/ [name='team']
  14. ^media/(?P<path>.*)$

The current path, blog-detail/custom-software-development/blog-detail.html, 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.