Page not found (404)

Request Method: GET
Request URL: https://cotedivoire.vie.sunu-group.com/home/lexique/K/index.html

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

  1. ^ckeditor/
  2. ^admin/
  3. ^ ^$ [name='index']
  4. ^ ^agences/$ [name='agences']
  5. ^ ^contact/$ [name='contact']
  6. ^ ^contact/request/$ [name='contactform']
  7. ^ ^portefeuille_clients/$ [name='portefeuille_clients']
  8. ^ ^presentation/$ [name='presentation']
  9. ^ ^mentions-legales/$ [name='mentions']
  10. ^ ^relation_clients/$ [name='relation_clients']
  11. ^ ^sunu_assurance_vie/$ [name='sunu_assurance_vie']
  12. ^ ^faq/$ [name='faq']
  13. ^ ^lexique/$ [name='lexique']
  14. ^ ^lexique/(?P<letter>\w+)/$ [name='lexiqueletter']
  15. ^ ^newsfeeds/(?P<news_id>\d+)/$ [name='newsfeeds']
  16. ^ ^products/(?P<product_id>\d+)/$ [name='products']
  17. ^ ^categories/$ [name='categories']
  18. ^ ^subcategories/(?P<category_id>\d+)/$ [name='subcategories']
  19. ^ ^subcategory-products/(?P<category_id>\d+)/(?P<subcategory_id>\d+)/$ [name='subcategory-products']
  20. ^ ^category-products/(?P<category_id>\d+)/$ [name='category-products']
  21. ^ ^sunu\/media\/(?P<path>.*)$
  22. ^sunu\/media\/(?P<path>.*)$

The current path, lexique/K/index.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.