Page not found (404)

Request Method: GET
Request URL: http://sewakantorjakarta.com/category/gatot-subroto/

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

  1. SVndAKhKJCsEKIFAzpL/
  2. accounts/
  3. subscriptions/
  4. dashboard/
  5. [name='company_details']
  6. faqs/ [name='faq']
  7. enquiry/ [name='create_enquiry']
  8. testimonial/ [name='testimonial']
  9. api/ [name='api']
  10. help/ [name='help']
  11. <slug>/ [name='page_content']
  12. termly/<slug:slug>/ [name='termly_content']
  13. accounts/
  14. qr-code/
  15. analytics/
  16. ^static/(?P<path>.*)$
  17. ^media/(?P<path>.*)$

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