Page not found (404)

Request Method: GET
Request URL: https://kibaru.ml/ar/pris-en-flagrant-d%25C3%25A9lit-un-voleur-de-moto-br%25C3%25BBl%25C3%25A9-vif-hier-%25C3%25A0-s%25C3%25A9b%25C3%25A9nicoro?page=3

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

  1. root/
  2. accounts/
  3. ^thumbnails/
  4. tinymce/
  5. ^static/(?P<path>.*)$
  6. ^media/(?P<path>.*)$
  7. ar/ ^admin/
  8. ar/ ^cat/(?P<slug>[-\w\d]*) [name='cat']
  9. ar/ about/ [name='about']
  10. ar/ ^(?P<slug>[-\w\d]*)?$ [name='home']
  11. ar/ ^directory/ [name='directory']
  12. ar/ ^art/(?P<slug>.*) [name='art']
  13. ar/ ^new/(?P<id>[-\w\d]*)$ [name='news']
  14. ar/ ^display_publicity/(?P<id>\d+)$ [name='display_publicity']
  15. ar/ ^job/(?P<id>\d+)$ [name='display_job']
  16. ar/ notices/ [name='notices']
  17. ar/ ^article/(\d{4,4}) [name='article_year']
  18. ar/ ^article/(\d{4,4})/([-\w\d]*) [name='article_month']
  19. ar/ search [name='search']
  20. ar/ videos/ [name='all_videos']
  21. ar/ poll/ [name='poll']
  22. ar/ sport/ [name='all_sport']
  23. ar/ culture/ [name='all_culture']
  24. ar/ ^poll
  25. ar/ [name='home']

The current path, ar/pris-en-flagrant-d%C3%A9lit-un-voleur-de-moto-br%C3%BBl%C3%A9-vif-hier-%C3%A0-s%C3%A9b%C3%A9nicoro, 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.