Page not found (404)

Request Method: GET
Request URL: http://www.sanabil.org/articles/index.php?news=5865

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

  1. ^__debug__/
  2. ^jet/
  3. ^admin/
  4. ^media/(?P<path>.*)$
  5. ^associations/? [name='association-list']
  6. ^necessiteux/data/$
  7. ^necessiteux/? [name='necessiteux-list']
  8. ^besoins/? [name='besoin-list']
  9. ^aides/? [name='aiderecu-list']
  10. ^about/? [name='help-page']
  11. ^contact/ [name='contact-page']
  12. ^contact-success/ [name='contact-success-page']
  13. ^$ [name='home-page']

The current path, articles/index.php, 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.