Page not found (404)

Request Method:GET
Request URL:http://chess.grantnet.us/viewTest/3498

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

  1. admin/
  2. register/
  3. login/
  4. logout/
  5. profile/
  6. profileConfig/
  7. index/
  8. index/<int:page>/
  9. user/<str:username>/
  10. user/<str:username>/<int:page>/
  11. greens/
  12. greens/<int:page>/
  13. search/
  14. users/
  15. event/<int:id>/
  16. events/
  17. events/<int:page>/
  18. errors/
  19. errors/<int:page>/
  20. machines/
  21. machines/<int:machineid>/
  22. test/<int:id>/
  23. test/<int:id>/<str:action>
  24. newTest/
  25. tune/<int:id>/
  26. tune/<int:id>/<str:action>
  27. newTune/
  28. datagen/<int:id>/
  29. datagen/<int:id>/<str:action>
  30. newDatagen/
  31. networks/
  32. networks/<str:engine>/
  33. networks/<str:engine>/<str:action>/
  34. networks/<str:engine>/<str:action>/<str:name>/
  35. newNetwork/
  36. scripts/
  37. clientVersionRef/
  38. clientGetBuildInfo/
  39. clientWorkerInfo/
  40. clientGetWorkload/
  41. clientGetNetwork/<str:engine>/<str:name>/
  42. clientBenchError/
  43. clientSubmitNPS/
  44. clientSubmitError/
  45. clientSubmitResults/
  46. clientHeartbeat/
  47. clientSubmitPGN/
  48. api/config/
  49. api/config/<str:engine>/
  50. api/networks/<str:engine>/
  51. api/networks/<str:engine>/<str:identifier>/
  52. api/buildinfo/
  53. api/pgns/<int:pgn_id>/
  54. Ethereal/
  55. ^static/(?P<path>.*)$

The current path, viewTest/3498, 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.