Page not found (404)

Request Method: GET
Request URL: http://www.tianyantech.net/advs/link/

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

  1. ^$ [name='home']
  2. ^index$ [name='home']
  3. ^index.html$ [name='home']
  4. ^manuals$ [name='manuals']
  5. ^manuals.html$ [name='manuals']
  6. ^product/(\d+)/$
  7. ^product/(\d+)/index.html$
  8. ^(\d+)/$
  9. ^(\d+)/index$
  10. ^(\d+)/index.html$
  11. ^(\d+)/presentation$
  12. ^(\d+)/presentation.html$
  13. ^(\d+)/video$
  14. ^(\d+)/video.html$
  15. ^(\d+)/cautions$
  16. ^(\d+)/cautions.html$
  17. ^(\d+)/cautions_c1$
  18. ^(\d+)/cautions_c1.html$
  19. ^(\d+)/cautions_c2$
  20. ^(\d+)/cautions_c2.html$
  21. ^(\d+)/documentation$
  22. ^(\d+)/documentation.html$
  23. ^(\d+)/pdfmanual$
  24. ^(\d+)/pdfmanual.html$
  25. ^(\d+)/synopsis$
  26. ^(\d+)/synopsis.html$
  27. ^(\d+)/contact$
  28. ^(\d+)/contact.html$
  29. ^(\d+)/panel$
  30. ^(\d+)/panel.html$
  31. ^(\d+)/panel_show$
  32. ^(\d+)/panel_show.html$
  33. services$
  34. services.html$
  35. products$
  36. products.html$
  37. about$
  38. about.html$
  39. test$
  40. test.html$
  41. process_voice.html$
  42. shine.html$
  43. shine$
  44. shine_product/(\d+)$
  45. shine_dft.html$
  46. shine_dft$
  47. shine_dft_product/(\d+)$
  48. contact$
  49. contact.html$
  50. ^demos/(.+)/index.html$
  51. ^demos/(.+)/index$
  52. ^demos/(.+)$
  53. ^demos1/mingbai/(.+)$
  54. ^pdfs$
  55. ^pdfs.html$
  56. ^3d_views/(.+)/(.+)$
  57. ^3d_views/(.+)/index$
  58. ^3d_views/(.+)$
  59. ^OtY2GxIEqQ.txt$
  60. ^5mLzhh2zo1.txt$
  61. ^Cbt3Lu4IVu.txt$
  62. ^pzUzv2iFuW.txt$
  63. ^hceTK5TtxG.txt$
  64. ^dwBqEqT9i5.txt$
  65. ^BZgTofa3mL.txt$
  66. ^yUkCYG7MYG.txt$
  67. ^favicon.ico$
  68. ^assets/(.*)$

The current path, advs/link/, 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.