Page not found (404)

Request Method: GET
Request URL: http://www.cve-kenya.org/book-details/?resource=b975fe38-3774-4aad-b548-2a174fe2c629

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

  1. admin/
  2. [name='home']
  3. sitemap [name='sitemap']
  4. about/research-hub [name='research-hub']
  5. about/partners [name='partners']
  6. contact-us [name='contact']
  7. learn-about-cve [name='learn']
  8. videos [name='videos']
  9. observatory/attacks [name='incidences']
  10. observatory/arrests [name='arrests']
  11. observatory/attacks/data [name='attacks_data']
  12. observatory/arrests/data [name='arrests_data']
  13. news-and-grants [name='news']
  14. cve-library [name='libraries']
  15. cve-library/<uuid:id> [name='library_details']
  16. network [name='networks']
  17. ^staticfiles/(?P<path>.*)$
  18. ^media/(?P<path>.*)$

The current path, book-details/, 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.