Page not found (404)

Request Method: GET
Request URL: https://matadinenga.cd/fr/faq-categories/support/

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

  1. fr/ admin/
  2. fr/ rosetta/
  3. fr/ [name='home']
  4. fr/ firm/ [name='firm']
  5. fr/ barrister/ [name='barrister']
  6. fr/ team/ [name='team']
  7. fr/ publications/ [name='publications']
  8. fr/ gallery/ [name='gallery']
  9. fr/ contact/ [name='contact']
  10. fr/ send_email/ [name='send_email']

The current path, fr/faq-categories/support/, 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.