Page not found (404)

Request Method: GET
Request URL: https://emco.swansea.ac.uk/emco/names

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

  1. emco/ calendar/ [name='calendar']
  2. emco/ correspondents [name='correspondents']
  3. emco/ correspondents/beattie [name='beattie']
  4. emco/ correspondents/charles-sarah-robinson [name='charles-sarah-robinson']
  5. emco/ correspondents/duchess-of-portland [name='duchess-of-portland']
  6. emco/ correspondents/elizabeth-carter [name='elizabeth-carter']
  7. emco/ correspondents/family-letters [name='bl-letters']
  8. emco/ correspondents-gender [name='correspondents-gender']
  9. emco/ correspondents-gender/<slug:g>/ [name='correspondents-gender']
  10. emco/ correspondents/george-lyttelton [name='george-lyttelton']
  11. emco/ correspondents/mary-hamilton [name='mary-hamilton']
  12. emco/ correspondents/morris-robinson [name='morris-robinson']
  13. emco/ correspondents/piozzi [name='piozzi']
  14. emco/ digital-discovery [name='digital-discovery']
  15. emco/ digital-discovery/charriere [name='charriere']
  16. emco/ facs-view/<slug:emco_id>/ [name='facs-view']
  17. emco/ huntington-facs/<slug:emco_id>/ [name='huntington-facs']
  18. emco/ correspondents/john-burrows [name='john-burrows']
  19. emco/ letter-archive-info/<slug:emco_id>/ [name='letter-archive-info']
  20. emco/ letter-archive-locations [name='letter-archive-locations']
  21. emco/ letter-detail/<slug:emco_id>/ [name='letter-detail']
  22. emco/ letter-detail-new/<slug:emco_id>/ [name='letter-detail-new']
  23. emco/ letter-people/<slug:emco_id>/ [name='letter-people-info']
  24. emco/ letter-map-markers [name='letter-map-markers']
  25. emco/ letter-map-markers/<slug:location_type>/ [name='letter-map-markers']
  26. emco/ letter-map-markers/<slug:location_type>/<slug:emco_id>/ [name='letter-map-markers']
  27. emco/ letter-summary/<slug:emco_id>/ [name='letter-summary']
  28. emco/ letter-view/<slug:emco_id>/ [name='letter-view']
  29. emco/ letters [name='letters']
  30. emco/ locations [name='locations']
  31. emco/ locations/<str:start_letter>/ [name='locations']
  32. emco/ location/<slug:location_id>/ [name='location']
  33. emco/ location-new/<slug:location_id>/ [name='location-new']
  34. emco/ map [name='map']
  35. emco/ map/<slug:location_type>/ [name='map']
  36. emco/ map/<slug:location_type>/<slug:emco_id>/ [name='map']
  37. emco/ map-js/ [name='map-js']
  38. emco/ map-js/<slug:location_type>/ [name='map-js']
  39. emco/ map-js/<slug:location_type>/<slug:emco_id>/ [name='map-js']
  40. emco/ people [name='names']
  41. emco/ people/<str:start_letter>/ [name='names']
  42. emco/ person/<slug:person_id>/ [name='person']
  43. emco/ related-letters/<slug:emco_id>/ [name='related-letters']
  44. emco/ search-results [name='search-results']
  45. emco/ work/<slug:work_id>/ [name='work']
  46. emco/ works [name='works']
  47. emco/ map/yorkshire [name='yorkshire']
  48. accounts/
  49. admin/
  50. editionadmin/
  51. ckeditor/
  52. ^media/(?P<path>.*)$

The current path, emco/names, 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.