Page not found (404)

Request Method: GET
Request URL: http://kacc.mn/294/detail/index.php

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

  1. ^inventory/counter/$ [name='new request']
  2. ^inventory/counter/(?P<code>\w+)/(?P<device_id>[\w\-]+)/(?P<device_name>[\w\-]+)/$ [name='new request']
  3. ^inventory/counter/(?P<code>\w+)/$ [name='check request']
  4. ^inventory/createContract/(?P<phone>\w+)/(?P<number>\w+)/$ [name='createContractNumber']
  5. ^inventory/counter1/(?P<code>\w+)/(?P<device_id>[\w\-]+)/$ [name='check request']
  6. ^ ^$ [name='index']
  7. ^ ^(?P<category_id>\d+)/category/$ [name='category']
  8. ^ ^(?P<product_id>\d+)/detail/$ [name='detail']
  9. ^ ^contact/$ [name='contact']
  10. ^ ^about/$ [name='about']
  11. ^ ^customer/$ [name='customer']
  12. ^ ^customercategory/$ [name='customercategory']
  13. ^ ^(?P<c_id>\d+)/customercategory/$ [name='customercategory']
  14. ^ ^(?P<info_id>\d+)/customer/$ [name='customermore']
  15. ^ ^software/$ [name='software']
  16. ^ ^(?P<info_id>\d+)/software/$ [name='softwaremore']
  17. ^ ^perform/$ [name='perform']
  18. ^ ^(?P<info_id>\d+)/perform/$ [name='performmore']
  19. ^ ^order/$ [name='order']
  20. ^ ^printLicense/(?P<lid>\d+)/$ [name='printLicense']
  21. ^ ^license/$ [name='license']
  22. ^ ^licensehdd_new/$ [name='licensehdd_new']
  23. ^ ^licensehdd/$ [name='licensehdd']
  24. ^ ^addLicense/$ [name='addLicense']
  25. ^admin/
  26. ^dashboard/
  27. ^tinymce/
  28. ^mce_filebrowser/

The current URL, 294/detail/index.php, 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.