Page not found (404)

No Category matches the given query.
Request Method: GET
Request URL: https://alleducationboardresults.com/all-education-board-result/
Raised by: eduapp.views.category_detail

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

  1. admin/
  2. ckeditor/
  3. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  4. university/
  5. [name='home']
  6. search/ [name='search']
  7. result/ [name='result']
  8. blogs/ [name='published_blogs']
  9. about/ [name='about']
  10. contact/ [name='contact']
  11. privacy/ [name='privacy']
  12. robots.txt
  13. ads.txt
  14. api/
  15. <slug:category_slug>/ [name='category_detail']

The current path, all-education-board-result/, matched the last one.

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.