Page not found (404)

Request Method: GET
Request URL: http://servir.cersgis.org/static_map

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

  1. admin/
  2. login [name='rootView']
  3. map [name='mapView']
  4. [name='rootView']
  5. catalog [name='rootView']
  6. loadaoi [name='loadaoi']
  7. loaddoi [name='load_doi']
  8. footprint [name='footprint']
  9. protected-area-footprint [name='footprint_by_protected_area']
  10. get-districts [name='get_districts']
  11. get-protected-area [name='get_protected_area']
  12. csv-upload [name='upload_csv']
  13. region [name='region']
  14. district [name='district']
  15. protected-area [name='protected_area']
  16. mineral-concession [name='mineral_concession']
  17. mining-concession [name='mining_concession']
  18. loadfootprint [name='loadfootprint']
  19. charcoalportal/
  20. ^media\/(?P<path>.*)$

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