Page not found at _home_.htm 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0027)http://127.0.0.1:8000/home/ -->
  3. <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>Page not found at /home/</title>
  5. <meta name="robots" content="NONE,NOARCHIVE">
  6. <style type="text/css">
  7. html * { padding:0; margin:0; }
  8. body * { padding:10px 20px; }
  9. body * * { padding:0; }
  10. body { font:small sans-serif; background:#eee; }
  11. body>div { border-bottom:1px solid #ddd; }
  12. h1 { font-weight:normal; margin-bottom:.4em; }
  13. h1 span { font-size:60%; color:#666; font-weight:normal; }
  14. table { border:none; border-collapse: collapse; width:100%; }
  15. td, th { vertical-align:top; padding:2px 3px; }
  16. th { width:12em; text-align:right; color:#666; padding-right:.5em; }
  17. #info { background:#f6f6f6; }
  18. #info ol { margin: 0.5em 4em; }
  19. #info ol li { font-family: monospace; }
  20. #summary { background: #ffc; }
  21. #explanation { background:#eee; border-bottom: 0px none; }
  22. </style>
  23. </head>
  24. <body>
  25. <div id="summary">
  26. <h1>Page not found <span>(404)</span></h1>
  27. <table class="meta">
  28. <tbody><tr>
  29. <th>Request Method:</th>
  30. <td>GET</td>
  31. </tr>
  32. <tr>
  33. <th>Request URL:</th>
  34. <td>http://127.0.0.1:8000/home/</td>
  35. </tr>
  36. </tbody></table>
  37. </div>
  38. <div id="info">
  39. <p>
  40. Using the URLconf defined in <code>duplicate_report.urls</code>,
  41. Django tried these URL patterns, in this order:
  42. </p>
  43. <ol>
  44. <li>
  45. ^admin/
  46. </li>
  47. <li>
  48. ^dupreport/$
  49. </li>
  50. <li>
  51. ^dupreport/home$
  52. </li>
  53. </ol>
  54. <p>
  55. The current path, <code>home/</code>, didn't match any of these.
  56. </p>
  57. </div>
  58. <div id="explanation">
  59. <p>
  60. You're seeing this error because you have <code>DEBUG = True</code> in
  61. your Django settings file. Change that to <code>False</code>, and Django
  62. will display a standard 404 page.
  63. </p>
  64. </div>
  65. </body></html>