Page not found (404)

Request Method: GET
Request URL: http://computerbartar.ir/category/%D8%B7%D8%B1%D8%A7%D8%AD%DB%8C-%D8%B3%D8%A7%DB%8C%D8%AA/%D9%88%D8%B1%D8%AF%D9%BE%D8%B1%D8%B3/%D8%A7%D9%81%D8%B2%D9%88%D9%86%D9%87-%D9%87%D8%A7%DB%8C-%D9%88%D8%B1%D8%AF%D9%BE%D8%B1%D8%B3/category/%25d8%25b7%25d8%25b1%25d8%25a7%25d8%25ad%25db%258c-%25d8%25b3%25d8%25a7%25db%258c%25d8%25aa/%25d9%2588%25d8%25b1%25d8%25af%25d9%25be%25d8%25b1%25d8%25b3/%25d8%25a7%25d9%2581%25d8%25b2%25d9%2588%25d9%2586%25d9%2587-%25d9%2587%25d8%25a7%25db%258c-%25d9%2588%25d8%25b1%25d8%25af%25d9%25be%25d8%25b1%25d8%25b3/

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

  1. admin/
  2. sitemaps.xml
  3. account/
  4. category/<slug:slug> [name='category_list']
  5. category=digital/?sort-status=<slug:slug> [name='sort_status_product']
  6. product-detail/<int:pk>/<str:str> [name='product-dital']
  7. product-detail/<int:pk>/ [name='product-dital']
  8. [name='Home_ListView']
  9. info [name='info']
  10. content [name='content']
  11. save_comments [name='save_comments']
  12. category/<slug:slug> [name='category_product']
  13. search [name='search_product']
  14. questions-site [name='questions-site']
  15. save-questions [name='save_questions']
  16. edite-questions/<int:pk> [name='edite_questions']
  17. search-question [name='search_ajax']
  18. dashboard/ [name='dashboard-account']
  19. dashboard/edite [name='dashboard-edite']
  20. edit-product/<int:pk> [name='edite-product']
  21. delete-image-product [name='delete-image-product']
  22. delete-image-file [name='delete-image-file']
  23. delete-details-product [name='delete-details-product']
  24. delete-details-file [name='delete-details-file']
  25. delete-description-file [name='delete-description-file']
  26. delete-info-product [name='delete-info-product']
  27. save_image/<int:id> [name='save_image']
  28. save_image_file/<int:id> [name='save_image_file']
  29. save_details/<int:id> [name='save_details']
  30. save_details_file/<int:id> [name='save_details_file']
  31. save_description_file/<int:id> [name='save_description_file']
  32. delete-products [name='delete-products']
  33. delete-file [name='delete-file']
  34. new_products [name='new-products']
  35. new_file [name='new-file']
  36. edite_file/<int:pk> [name='edite-file']
  37. logout [name='logout']
  38. basket/
  39. download-file/
  40. ^medias/(?P<path>.*)$

The current path, category/%d8%b7%d8%b1%d8%a7%d8%ad%db%8c-%d8%b3%d8%a7%db%8c%d8%aa/%d9%88%d8%b1%d8%af%d9%be%d8%b1%d8%b3/%d8%a7%d9%81%d8%b2%d9%88%d9%86%d9%87-%d9%87%d8%a7%db%8c-%d9%88%d8%b1%d8%af%d9%be%d8%b1%d8%b3/, 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.