Page not found (404)

Request Method: GET
Request URL: http://www.crea8ives.com/searchGoods?keywords=%E5%AE%89%E9%98%B2%E7%9B%91%E6%8E%A7

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

  1. admin/
  2. auth/
  3. __debug__/
  4. [name='home']
  5. contact/ [name='contact']
  6. payment/
  7. equipment/
  8. dashboard/
  9. chat/
  10. rental-management/
  11. activity-manager/
  12. accounts/login/
  13. accounts/signup/
  14. accounts/
  15. password-reset/ [name='password_reset']
  16. password-reset/done/ [name='password_reset_done']
  17. password-reset-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  18. password-reset-complete/ [name='password_reset_complete']

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