Page not found (404)

Request Method: GET
Request URL: https://thelisowe.com/category/software-engineering/

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

  1. admin/
  2. martor/
  3. about/
  4. contact/
  5. portfolio/
  6. search/
  7. <str:slug>/
  8. api/uploader/ [name='markdown_uploader_page']
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$

The current path, category/software-engineering/, 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.