Page not found (404)

No Category matches the given query.
Request Method: GET
Request URL: https://rapidezwriter.com/view_category_wise/Trending
Raised by: main.views.view_category_wise

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

  1. admin/
  2. [name='home']
  3. signup/ [name='signup']
  4. accounts/
  5. resumeAnalysis/
  6. Resume-Consulting [name='resumeConsulting']
  7. Resume-Writing [name='resumeWriting']
  8. Resume-Makeover [name='resumeMakeover']
  9. Resume-Makeover1 [name='resumeMakeover1']
  10. Resume-Makeover2 [name='resumeMakeover2']
  11. Resume-Makeover3 [name='resumeMakeover3']
  12. Resume-Video [name='resumeVideo']
  13. linkedIn [name='linkedIn']
  14. quizes/<int:pk> [name='quizes']
  15. quizes_list/ [name='quizes_list']
  16. About [name='about']
  17. Contact-Us [name='contactUs']
  18. search/ [name='search']
  19. FAQ [name='faq']
  20. addFAQ/ [name='addFAQ']
  21. updateFAQ/<int:pk> [name='updateFAQ']
  22. deleteFAQ/<int:pk> [name='deleteFAQ']
  23. Testimonials [name='testimonials']
  24. create-testimonial/ [name='create_testimonial']
  25. update-testimonial/<int:pk> [name='testimonial_update']
  26. delete-testimonial/<int:pk> [name='testimonial_delete']
  27. create/ [name='create_blog']
  28. update/<int:pk> [name='blog_update']
  29. delete/<int:pk> [name='blog_delete']
  30. career-advise-list/ [name='career_list_page']
  31. career-advise-detail/<int:pk> [name='career_detail_page']
  32. career-advise-view-all/<str:key> [name='career_view_all_page']
  33. view_category_wise/<str:filter> [name='view_category_wise']

The current path, view_category_wise/Trending, 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.