Page not found (404)

Request Method: GET
Request URL: http://lkl.com.tw/store/Cart_listOneCategory.asp?idCategory=163

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

  1. [name='index']
  2. category/<url_string> [name='category']
  3. category/ [name='category_all']
  4. brand/<url_string> [name='brand']
  5. brand/ [name='brand_all']
  6. product/<url_string> [name='product']
  7. product [name='product']
  8. page/<url_string> [name='page']
  9. contact_us [name='contact_us']
  10. admin/
  11. ^ckeditor/
  12. captcha/
  13. ^filebrowser_filer/
  14. ^filer/
  15. ^static/(?P<path>.*)$
  16. ^media/(?P<path>.*)$

The current path, store/Cart_listOneCategory.asp, 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.