Page not found (404)

Request Method: GET
Request URL: http://www.probedesigner.cn/about/

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

  1. ^site_medias/(?P<path>.*)$
  2. ^help/(?P<path>.*)$
  3. ^admin/
  4. ^$
  5. ^eindex
  6. ^probedesign
  7. ^subseq
  8. ^intro
  9. ^fromfile
  10. ^english
  11. ^downloadentrez
  12. ^xmltoentrez
  13. ^seqidtoentrez
  14. ^convertdata
  15. ^test
  16. ^x4merCalc
  17. ^startdesign
  18. ^bingodesign
  19. ^NonNshFilter
  20. ^Probelist
  21. ^PostCalcXmer
  22. ^Universalvalue
  23. ^ProbeSetsXmer
  24. ^Probegroupsvalues
  25. ^GenerateProbesets
  26. ^GenerateProbeset
  27. ^16xpdGenerateProbeset
  28. ^Probesetsgenerate
  29. ^bigdata
  30. ^tfdeal
  31. ^datatfshow
  32. ^checkAccessionLen/(.+)/$
  33. ^updatelog
  34. ^sightintro
  35. ^zzprobe
  36. ^seqresolve
  37. ^entrezremote
  38. startzzprobedesign
  39. NNFzzprobe
  40. PCXzzprobe
  41. zzProbeSetsXmer
  42. GeneratezzProbesets
  43. designbranch
  44. branchscorecalc
  45. showbranchscore
  46. genesearch/$
  47. gdbsearch/
  48. sightrnasearch/
  49. genedatabase/(\w+)/(\d+)/
  50. sightrnadatabase/(\w+)/(\d+)/
  51. loadmore/(\w+)/
  52. tools/msa/
  53. tools/msaresult/
  54. order/
  55. 16xpd/
  56. fileparse/
  57. entrezparse/
  58. 16xpd_start/
  59. ^16xpdProbeSetsXmer
  60. stxprobefilter/
  61. stxprobeXmers/
  62. sightRNAsearch/$
  63. gdbsearch/
  64. move_design/
  65. microsearch/
  66. micrornadatabase/(\d+)/
  67. microRNAsearch/$
  68. primer3/$

The current URL, about/, 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.