Page not found (404)

Request Method: GET
Request URL: https://equitorialstar.com/category/events/

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

  1. admin/
  2. photologue/
  3. i18n/
  4. booking/ [name='create_booking']
  5. blog/
  6. [name='homepage']
  7. tours/
  8. markitup/
  9. email/ [name='email']
  10. success/ [name='success']
  11. convert_and_email_pdf/ [name='convert_and_email_pdf']
  12. generate_pdf/ [name='generate_individual_pdf']
  13. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  14. ^static/(?P<path>.*)$
  15. ^media/(?P<path>.*)$

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