Page not found (404)

Request Method: GET
Request URL: https://resepichenom.com/contact

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

  1. accounts/
  2. resepi/
  3. about [name='about']
  4. term [name='term']
  5. admin/
  6. [name='main_page']
  7. kategori/<slug:slug>/show/amp [name='category_list_amp']
  8. kategori/<slug:slug>/show [name='category_list']
  9. kategori/<slug:slug>/result.json [name='category_json']
  10. ads.txt
  11. ^images/(?P<filename>\w+).jpeg$ [name='redirect_images']
  12. privacy-policy/ [name='privacy_policy']
  13. artikel/<slug:slug>/show [name='show_article']
  14. koleksi/resepi/<slug:slug>/show [name='tag_list']
  15. ^summernote/
  16. sitemap.xml
  17. article/list [name='article-list']
  18. ^media/(?P<path>.*)$

The current path, contact, 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.