Page not found (404)

Request Method: GET
Request URL: https://geoe3platform.eu/geoe3/dsm/collections/DSM_ES/coverage/rangetype?f=json

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

  1. [name='index']
  2. contents/ [name='contents']
  3. applications/ [name='applications']
  4. examples/ [name='examples']
  5. buildings/
  6. buildingparts/
  7. buildings3d/
  8. roads/
  9. roads3d/
  10. integrated3d/
  11. dsm/ [name='index']
  12. dsm/ openapi [name='openapi']
  13. dsm/ conformance [name='conformance']
  14. dsm/ search [name='search']
  15. dsm/ collections [name='collections']
  16. dsm/ collections/<str:collection_id> [name='collectionsID']
  17. dsm/ collections/<str:collection_id>/queryables [name='queryables']
  18. dsm/ collections/<str:collection_id>/coverage [name='coverage']
  19. dsm/ collections/<str:collection_id>/coverage/domainset [name='coverage_domainset']
  20. dsm/ collections/<str:collection_id>/items [name='collectionsItems']
  21. dsm/ collections/<str:collection_id>/items/<str:item_id> [name='collectionsItemsID']
  22. dtm/
  23. temperature/
  24. windspeed/
  25. sunshine/
  26. wmts/
  27. cityjson/
  28. buildingext/
  29. context/
  30. admin/

The current path, dsm/collections/DSM_ES/coverage/rangetype, 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.