Page not found (404)

Request Method: GET
Request URL: https://maktoob.tn/domaine/66

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

  1. fetch
  2. i18n/
  3. lang_pref/ [name='lang_pref']
  4. fr/messages/ [name='messages']
  5. fr/message/rajout/
  6. fr/message/update/<int:pk>
  7. fr/message/delete/<int:pk>
  8. ar/
  9. favicon.ico
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$

The current path, domaine/66, 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.