Page not found (404)

Request Method: GET
Request URL: http://wfeis.mtri.org/media/model_outputs/v04_2014-06-01/kml/

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

  1. admin/
  2. run_consume
  3. preview_burnedarea
  4. calculator
  5. calculator_rx
  6. stats
  7. home
  8. about
  9. get_stats
  10. get_metadata
  11. aoi_geojson
  12. get_burn_ids
  13. submit_wkt
  14. get_shapefile_fields
  15. get_shp_as_geojson
  16. get_fuelbed_areakm2s
  17. get_fccs_by_geom
  18. get_loadings_for_fuelbed
  19. get_variant_opts_for_fuelbed
  20. create_custom_fuelbedset
  21. upload_shapefile
  22. upload_fccs_xml

The current path, media/model_outputs/v04_2014-06-01/kml/, 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.