Page not found (404)

Request Method: GET
Request URL: https://sada-sfbd.org/%D8%AA%D8%AF%D8%B4%D9%8A%D9%86-%D8%AA%D9%88%D8%B2%D9%8A%D8%B9-%D9%83%D8%B3%D9%88%D8%A9-%D9%85%D8%B4%D8%B1%D9%88%D8%B9-%D9%81%D8%B1%D8%AD%D8%A9_%D8%B9%D9%8A%D8%AF4/%25d8%25aa%25d8%25af%25d8%25b4%25d9%258a%25d9%2586-%25d8%25aa%25d9%2588%25d8%25b2%25d9%258a%25d8%25b9-%25d9%2583%25d8%25b3%25d9%2588%25d8%25a9-%25d9%2585%25d8%25b4%25d8%25b1%25d9%2588%25d8%25b9-%25d9%2581%25d8%25b1%25d8%25ad%25d8%25a9_%25d8%25b9%25d9%258a%25d8%25af4/

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

  1. admin/
  2. home/ [name='home']
  3. projects/ [name='projects']
  4. projects/details/ [name='projects_det']
  5. stories/ [name='stories']
  6. stories/details/ [name='stories_det']
  7. news/ [name='news']
  8. news/details/ [name='news_det']
  9. about/ [name='about']
  10. lang/ [name='lang']
  11. ^media/(?P<path>.*)$

The current path, %d8%aa%d8%af%d8%b4%d9%8a%d9%86-%d8%aa%d9%88%d8%b2%d9%8a%d8%b9-%d9%83%d8%b3%d9%88%d8%a9-%d9%85%d8%b4%d8%b1%d9%88%d8%b9-%d9%81%d8%b1%d8%ad%d8%a9_%d8%b9%d9%8a%d8%af4/, 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.