Page not found (404)

Request Method: GET
Request URL: https://sada-sfbd.org/category/fsac/

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, category/fsac/, 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.