Page not found (404)

Request Method: GET
Request URL: https://sada-sfbd.org/%D9%85%D8%B4%D8%B1%D9%88%D8%B9-%D8%A7%D9%84%D8%A7%D8%B3%D8%AA%D8%AC%D8%A7%D8%A8%D8%A9-%D8%A7%D9%84%D8%B7%D8%A7%D8%B1%D8%A6%D8%A9-%D9%84%D9%84%D9%88%D9%82%D8%A7%D9%8A%D8%A9-%D9%85%D9%86-%D9%83%D9%88/%25d9%2585%25d8%25b4%25d8%25b1%25d9%2588%25d8%25b9-%25d8%25a7%25d9%2584%25d8%25a7%25d8%25b3%25d8%25aa%25d8%25ac%25d8%25a7%25d8%25a8%25d8%25a9-%25d8%25a7%25d9%2584%25d8%25b7%25d8%25a7%25d8%25b1%25d8%25a6%25d8%25a9-%25d9%2584%25d9%2584%25d9%2588%25d9%2582%25d8%25a7%25d9%258a%25d8%25a9-%25d9%2585%25d9%2586-%25d9%2583%25d9%2588/

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, %d9%85%d8%b4%d8%b1%d9%88%d8%b9-%d8%a7%d9%84%d8%a7%d8%b3%d8%aa%d8%ac%d8%a7%d8%a8%d8%a9-%d8%a7%d9%84%d8%b7%d8%a7%d8%b1%d8%a6%d8%a9-%d9%84%d9%84%d9%88%d9%82%d8%a7%d9%8a%d8%a9-%d9%85%d9%86-%d9%83%d9%88/, 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.