Page not found (404)

Request Method: GET
Request URL: https://spiritoflifeministry.org/blog/category/DAILY%2520DEVOTIONAL%2520WITH%2520SAM%2520OCHEJA/blog.html

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

  1. admin/
  2. [name='index']
  3. about/
  4. contact/
  5. store/
  6. graphql/
  7. account/
  8. blog/ blog/ [name='blog']
  9. blog/ search/ [name='search']
  10. blog/ category/<str:cats>/ [name='category']
  11. blog/ <slug:slug>/send-comment [name='send_comment']
  12. blog/ <slug:slug>/ [name='blog-detail']
  13. ^media/(?P<path>.*)$

The current path, blog/category/DAILY%20DEVOTIONAL%20WITH%20SAM%20OCHEJA/blog.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.