Page not found (404)

Request Method: GET
Request URL: https://mzizi.co.ke/Training.html

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

  1. admin/
  2. [name='home']
  3. modules/ [name='modules']
  4. pricing/ [name='pricing']
  5. e-learning/ [name='elearning']
  6. contact-us/ [name='contactus']
  7. blog/ [name='blog']
  8. login/ [name='login_view']
  9. management/blog/ [name='manage_blog']
  10. management/create-blog/ [name='create_blog']
  11. management/upload-image/ [name='upload_image']
  12. management/whatsnew/ [name='manage_whatsnew']
  13. management/create-whatsnew/ [name='create_whatsnew']
  14. blog/all-blogs [name='view_all_blogs']
  15. blog/all-updates [name='view_all_whatsnews']
  16. blog/<slug:blog_slug>/ [name='detailed_blog']
  17. whats-new/<slug:whatsnew_slug>/ [name='detailed_whatsnew']
  18. categories/<int:category_id>/ [name='category_filter']
  19. features/<int:feature_id>/ [name='feature_filter']
  20. delete-blog/<slug:blog_slug>/ [name='delete_blog']
  21. delete-whatsnew/<slug:whatsnew_slug>/ [name='delete_whatsnew']
  22. management/edit-blog/<slug:blog_slug>/ [name='edit_blog']
  23. management/edit-whatsnew/<slug:whatsnew_slug>/ [name='edit_whatsnew']
  24. logout/ [name='logout']
  25. post-lead-data/ [name='lead_data']
  26. 404/ [name='page_not_found']
  27. tag/<str:tag_string>/ [name='tagged_blogs']
  28. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  29. privacy-policy/ [name='privacy_policy']
  30. self-onboarding/
  31. careers/ [name='careers']
  32. book-a-demo/ [name='organize_demo']
  33. become-an-affiliate/ [name='affiliates']
  34. mzizi-kcb-partnership/ [name='kcb_partnership']
  35. google9f36e82848b8cad8.html [name='googledsVerification']
  36. ^media/(?P<path>.*)$
  37. ^static/(?P<path>.*)$

The current path, Training.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.