Page not found (404)

Request Method: GET
Request URL: http://computerbartar.ir/feed/

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, feed/, 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.