Page not found (404)

Request Method: GET
Request URL: http://www.weatherate.com/index.html

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

  1. admin/
  2. users/
  3. users/
  4. __debug__/
  5. i18n
  6. captcha/
  7. [name='home']
  8. menu/ [name='menu']
  9. questions/ [name='questions']
  10. contact/ [name='contact_form']
  11. contact/sent [name='contact_form_sent']
  12. forecast_wizard/ [name='forecast_wizard']
  13. forecast_error/ [name='forecast_error']
  14. forecast_entry/ [name='forecast_entry']
  15. forecast_entry_intro/ [name='forecast_entry_intro']
  16. forecast_entry_complete/ [name='forecast_entry_complete']
  17. forecast_entry_too_late/ [name='forecast_entry_too_late']
  18. forecast_bulk_entry/ [name='forecast_bulk_entry_redirect']
  19. forecast_bulk_entry/<int:group> [name='forecast_bulk_entry_redirect']
  20. forecast_bulk_entry/<int:group>/<int:year>/<int:month>/<int:day>/ [name='forecast_bulk_entry']
  21. forecast_bulk_entry_complete/ [name='forecast_bulk_entry_complete']
  22. observation_verification/ [name='observation_verification_redirect']
  23. observation_verification/<int:year>/<int:month>/<int:day>/<str:symbol> [name='observation_verification']
  24. observation_entry/ [name='observation_entry_redirect']
  25. observation_entry/<int:year>/<int:month>/<int:day>/ [name='observation_entry']
  26. observation_complete/ [name='observation_complete']
  27. accucheck_entry/ [name='accucheck_entry_redirect']
  28. accucheck_entry/<int:year>/<int:month>/<int:day>/ [name='accucheck_entry']
  29. accucheck_complete/ [name='accucheck_complete']
  30. parameters/ [name='parameters']
  31. counties/ [name='counties']
  32. scores/ [name='scores']
  33. scores/<str:group>/ [name='scores']
  34. scores_check_back/ [name='scores_check_back']
  35. curr_ratings_disclaimer/ [name='curr_ratings_disclaimer']
  36. curr_ratings/ [name='curr_ratings']
  37. curr_ratings/<int:period>/ [name='period_finalratings']
  38. curr_ratings/<str:group>/ [name='current_ratings']
  39. stations/<str:group>/ [name='certified_stations']
  40. audit_scores/ [name='audit_scores']
  41. accuracy_report/ [name='accuracy_report']
  42. accuracy_report/station_accuracy_report/ [name='station_accuracy_report']
  43. accuracy_report_landing/ [name='accuracy_report_landing']
  44. lead_report/report/ [name='lead_report_report']
  45. lead_report/graph/ [name='lead_report_graph']
  46. lead_report/ [name='lead_report']
  47. remove_forecasts/ [name='remove_forecasts']
  48. cities/ [name='cities']
  49. news/ [name='news']
  50. win_with_weatherate/ [name='win_with_weatherate']
  51. news/<str:article>/ [name='news_article']
  52. spots/ [name='spots']
  53. spots/2 [name='spots_2']
  54. win/ [name='win']
  55. station_screenshots/<int:group>/ [name='station_screenshots']
  56. station_screenshots/<int:group>/<str:station_name>/ [name='station_screenshots_display']
  57. station_screenshots/<int:group>/<str:station_name>/<str:screenshot_filename> [name='station_screenshots_display']
  58. radar_loops/ [name='radar_loops']
  59. radar_loops_view/ [name='radar_loops_view']
  60. subscribe/ [name='subscribe']
  61. stripe_config/
  62. create_checkout_session/
  63. subscription_checkout_success/ [name='subscription_checkout_success']
  64. subscription_checkout_cancel/ [name='subscription_checkout_cancel']
  65. subscription_cancel/ [name='subscription_cancel']
  66. subscription_cancel_confirm/ [name='subscription_cancel_confirm']
  67. webhook/
  68. subscription_profile/ [name='subscription_profile']

The current path, index.html, 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.