Page not found (404)

Request Method: GET
Request URL: https://sushiksha.konkanischolarship.com/blog/categories/?page=2

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

  1. sushiksha/admin/
  2. message/ [name='message-send']
  3. house/<int:id> [name='house']
  4. team/<int:id> [name='team']
  5. grappelli/
  6. logout/ [name='logout']
  7. password-reset/ [name='password_reset']
  8. password-reset/done/ [name='password_reset_done']
  9. password-reset/confirm/<uidb64>/<token> [name='password_reset_confirm']
  10. password-reset-complete/ [name='password_reset_complete']
  11. [name='home']
  12. user/
  13. contact/ [name='contact']
  14. pentathlon/ [name='pentathlon']
  15. sessions/ [name='sessions']
  16. poll/ [name='poll']
  17. poll/vote/<int:id>/<int:passw>/ [name='vote']
  18. poll/auth/<int:id>/ [name='auth-vote']
  19. work-from-wkc/ [name='work-from-wkc']
  20. archive/ [name='archive']
  21. badge/
  22. blog/ [name='blog']
  23. blog/ search/ [name='search']
  24. blog/ categories/<str:category> [name='category']
  25. blog/ post/<id> [name='blog-detail']
  26. blog/ post/ [name='blog-create']
  27. blog/ post/<id>/update [name='blog-update']
  28. blog/ post/<id>/delete [name='blog-delete']
  29. blog/ post/author/<id>/ [name='user-posts']
  30. about/ [name='about']
  31. tinymce/
  32. goodies/
  33. practice/
  34. coding/
  35. okr/
  36. ^static/(?P<path>.*)$
  37. ^media/(?P<path>.*)$

The current path, blog/categories/, 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.