Page not found (404)

Request Method: GET
Request URL: http://2pstore.com/products/beethoven-complete-cello-and-piano-sonatas

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

  1. admin/
  2. [name='login']
  3. index [name='index']
  4. dtaile [name='dtaile']
  5. dtaile_part/<int:pk>/ [name='dtaile_part']
  6. all_income/<int:pk>/ [name='all_income']
  7. all [name='all']
  8. add [name='add']
  9. add_function [name='add_function']
  10. export [name='export']
  11. login_user [name='login_user']
  12. logout [name='logout']
  13. base [name='base']
  14. ^media/(?P<path>.*)$

The current path, products/beethoven-complete-cello-and-piano-sonatas, 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.