Page not found (404)

No DownloadCategory matches the given query.
Request Method: GET
Request URL: https://nefosta.org.np/downloads/16/
Raised by: nefosta.views.download.DownloadResouceListView

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

  1. jet/
  2. jet/dashboard/
  3. admin/
  4. accounts/
  5. [name='home']
  6. about/ [name='about']
  7. contact/ [name='contact']
  8. articles/ [name='article_list']
  9. articles/create/ [name='article_create']
  10. articles/<int:pk>/ [name='article_detail']
  11. events/ [name='event_list']
  12. events/<int:pk>/ [name='event_detail']
  13. publications/ [name='publication_list']
  14. publications/<int:pk>/ [name='publication_detail']
  15. links/colleges/ [name='college_list']
  16. links/<int:cat_id>/ [name='link_category_detail']
  17. careers/ [name='career_list']
  18. careers/<int:pk>/ [name='career_detail']
  19. downloads/ [name='download_category_list']
  20. downloads/<int:cat_id>/ [name='download_resource_list']

The current path, downloads/16/, 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.