Page not found (404)

No Product matches the given query.
Request Method: GET
Request URL: https://mynewenergy.ch/fr/produkt/gemp/fair-power-solar-weihnachtsaktion/?cmp-kwh=375&cmp-zipcode=9999
Raised by: comparison.views.OrderView

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

  1. rosetta/
  2. ckeditor/
  3. i18n/setlang/
  4. sitemap.xml/ [name='django.contrib.sitemaps.views.sitemap']
  5. admin/doc/
  6. newsletter/ [name='newsletter']
  7. fr/ [name='home']
  8. fr/ evu/ [name='evu']
  9. fr/ admin/products/
  10. fr/ admin/
  11. fr/ stromlandschaft/data.json
  12. fr/ portal/
  13. fr/ news/
  14. fr/ accounts/signup/ [name='accounts_signup']
  15. fr/ accounts/login/ [name='accounts_login']
  16. fr/ accounts/profile/ [name='accounts_profile']
  17. fr/ accounts/profile/settings/ [name='accounts_settings']
  18. fr/ accounts/email/confirm/<str:key>/ [name='accounts_confirm_email']
  19. fr/ accounts/
  20. fr/ search/
  21. fr/ comments/
  22. fr/ whitelabel/
  23. fr/ thermalimage/
  24. fr/ crm/
  25. fr/ faq/
  26. fr/ wissen/
  27. fr/ comparison/
  28. fr/ produkt/ <provider_slug>/<product_slug>/ [name='comparison-order']

The current path, fr/produkt/gemp/fair-power-solar-weihnachtsaktion/, matched the last one.

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.