Page not found (404)

Request Method: GET
Request URL: http://nwpl-prod.cwbi.lan/nwpl_static/v34/home/home.html

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

  1. admin/
  2. [name='home']
  3. species/ [name='species-home']
  4. blog/ [name='blog']
  5. about/ [name='species-about']
  6. sort/<slug:slug> [name='filter-plant']
  7. search/ [name='search-species']
  8. mapper/ [name='mapper']
  9. mapper/<slug:slug> [name='mapper-tool']
  10. plant/<symbol>/ [name='plant-page']
  11. faq/ [name='faq']
  12. reference/ [name='reference']
  13. download/ [name='download']
  14. reports/<str:file_name>/ [name='file-download']
  15. ^static/(?P<path>.*)$
  16. ^static/(?P<path>.*)$

The current path, nwpl_static/v34/home/home.html, 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.