Page not found (404)

Request Method: GET
Request URL: https://www.lifehappinesstw.com/ecommerce/%25E4%25BE%25BF%25E6%2594%259C%25E5%25BC%258F%25E5%258A%25A0%25E5%258E%259A%25E6%258A%2598%25E7%2596%258A%25E7%2583%25A4%25E8%2582%2589%25E6%259E%25B6.html

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

  1. admin/
  2. api/user/
  3. [name='index']
  4. breadboard [name='breadboard']
  5. cuttingboard [name='cuttingboard']
  6. pizzaboard [name='pizzaboard']
  7. faq [name='faq']
  8. terms [name='terms']

The current path, ecommerce/%E4%BE%BF%E6%94%9C%E5%BC%8F%E5%8A%A0%E5%8E%9A%E6%8A%98%E7%96%8A%E7%83%A4%E8%82%89%E6%9E%B6.html, 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.