Page not found (404)

Request Method: GET
Request URL: http://kaman.ch/product-category/koecher/

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

  1. admin/
  2. get_stock/
  3. stocks/
  4. results/
  5. companies/ [name='companies']
  6. results/<int:result_id> [name='result_detail']
  7. ^frontend/plots/(?P<path>.*)$

The current path, product-category/koecher/, 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.