Page not found (404)

Request Method: GET
Request URL: http://localhost:8002/api/traces/?q=empire

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

  1. [name='home']
  2. libre/ [name='libre']
  3. search/
  4. datasets/
  5. areas/
  6. collections/
  7. places/
  8. elastic/
  9. tutorials/
  10. resources/
  11. teaching/ [name='teaching-page']
  12. mydata/ [name='data-datasets']
  13. mycollections/ [name='data-collections']
  14. mystudyareas/ [name='data-areas']
  15. resourcelist/ [name='data-resources']
  16. public_data/ [name='public-lists']
  17. about/ [name='about']
  18. contributing/ [name='contributing']
  19. credits/ [name='credits']
  20. licensing/ [name='licensing']
  21. system/ [name='system']
  22. usingapi/ [name='usingapi']
  23. tinymce/
  24. comment/<int:rec_id> [name='comment-create']
  25. contact/ [name='contact']
  26. success/ [name='success']
  27. status/ [name='status']
  28. api/ db/ [name='api-search']
  29. api/ db<drf_format_suffix_json_tsv_geojson:format> [name='api-search']
  30. api/ index/ [name='api-index-search']
  31. api/ index<drf_format_suffix_json_tsv_geojson:format> [name='api-index-search']
  32. api/ remote/ [name='api-remote-search']
  33. api/ remote<drf_format_suffix_json_tsv_geojson:format> [name='api-remote-search']
  34. api/ spatial/ [name='api-spatial']
  35. api/ spatial<drf_format_suffix_json_tsv_geojson:format> [name='api-spatial']
  36. api/ datasets/ [name='ds-list']
  37. api/ datasets<drf_format_suffix_json_tsv_geojson:format> [name='ds-list']
  38. api/ place/<int:pk>/ [name='place-detail']
  39. api/ place/<int:pk><drf_format_suffix_json_tsv_geojson:format> [name='place-detail']
  40. api/ place_compare/<int:pk>/ [name='place-compare']
  41. api/ place_compare/<int:pk><drf_format_suffix_json_tsv_geojson:format> [name='place-compare']
  42. api/ placetable/ [name='place-table']
  43. api/ placetable<drf_format_suffix_json_tsv_geojson:format> [name='place-table']
  44. api/ placetable_coll/ [name='place-table-coll']
  45. api/ placetable_coll<drf_format_suffix_json_tsv_geojson:format> [name='place-table-coll']
  46. api/ place/<str:dslabel>/<str:src_id>/ [name='place-detail-src']
  47. api/ place/<str:dslabel>/<str:src_id><drf_format_suffix_json_tsv_geojson:format> [name='place-detail-src']
  48. api/ geoms/ [name='geom-list']
  49. api/ geoms<drf_format_suffix_json_tsv_geojson:format> [name='geom-list']
  50. api/ geojson/ [name='geojson']
  51. api/ geojson<drf_format_suffix_json_tsv_geojson:format> [name='geojson']
  52. api/ area/<int:pk>/ [name='area-detail']
  53. api/ area/<int:pk><drf_format_suffix_json_tsv_geojson:format> [name='area-detail']
  54. api/ area_list/ [name='area-list']
  55. api/ area_list<drf_format_suffix_json_tsv_geojson:format> [name='area-list']
  56. api/ area_features/ [name='area-features']
  57. api/ area_features<drf_format_suffix_json_tsv_geojson:format> [name='area-features']
  58. api/ regions/ [name='regions']
  59. api/ regions<drf_format_suffix_json_tsv_geojson:format> [name='regions']
  60. api/ users/ [name='user-list']
  61. api/ users<drf_format_suffix_json_tsv_geojson:format> [name='user-list']
  62. api/ user/<int:pk>/ [name='user-detail']
  63. api/ user/<int:pk><drf_format_suffix_json_tsv_geojson:format> [name='user-detail']
  64. remote/
  65. accounts/
  66. admin/
  67. ^celery-progress/
  68. ^media/(?P<path>.*)$
  69. ^media/(?P<path>.*)$

The current path, api/traces/, 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.