Page not found (404)

Request Method: GET
Request URL: https://eloquentbits.com/blog/category/react/

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

  1. __debug__/
  2. projects/ [name='projects']
  3. about-us/ [name='about']
  4. contact-us/ [name='contact-us']
  5. contact-us-modal/ [name='contact-us-modal']
  6. privacy-policy/ [name='privacy-policy']
  7. projects/dynex-marketplace/ [name='dynex-marketplace']
  8. projects/fairstat/ [name='fairstat']
  9. projects/conbo-ai/ [name='conbo-ai']
  10. [name='index']
  11. admin/
  12. ^static/(?P<path>.*)$
  13. ^media/(?P<path>.*)$

The current path, blog/category/react/, 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.