Page not found (404)

Request Method: GET
Request URL: https://www.mynewenergy.ch/fr/notre-profil/pour-les-medias/

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/
  29. fr/ bestellung/
  30. fr/ <slug:slug>/ [name='flat-page']

The current path, fr/notre-profil/pour-les-medias/, 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.