Page not found (404)

Request Method: GET
Request URL: http://dekagon.id/pusat-hardware/kontak

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

  1. ^captcha/
  2. [name='index']
  3. tentang-kami [name='tentang-kami']
  4. kontak [name='kontak']
  5. sendmail [name='sendmail']
  6. subscription [name='subscription']
  7. <str:slug>/detail-layanan [name='detail_service']
  8. <str:slug>/detail-berita [name='detail_news']
  9. admin/
  10. ^tinymce/
  11. ^staticfiles/(?P<path>.*)$
  12. ^mediafiles/(?P<path>.*)$

The current path, pusat-hardware/kontak, 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.