Page not found (404)

Request Method: GET
Request URL: https://afsoonenglish.com/product/%25D9%2585%25D8%25B9%25D8%25B1%25D9%2581%25DB%258C-%25D9%2588-%25D8%25AA%25D9%2588%25D8%25B6%25DB%258C%25D8%25AD%25D8%25A7%25D8%25AA-%25D8%25AF%25D9%2588%25D8%25B1%25D9%2587-%25D9%2585%25D8%25A8%25D8%25AA%25D8%25AF%25DB%258C

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

  1. admin/
  2. user/ [name='auth']
  3. user/login/ [name='login']
  4. user/register/ [name='register']
  5. user/forget_pass/ [name='forget_pass']
  6. user/dashboard/ [name='dashboard']
  7. user/log_out/ [name='log_out']
  8. app/get_config [name='get_config']
  9. app/wahtch/<int:pk> [name='app__see_course']
  10. app/login/ [name='app_login']
  11. app/dash/ [name='app_dashboard']
  12. [name='home']
  13. buy/<int:pk> [name='buy']
  14. send_get/<int:pk> [name='send_get']
  15. verify/ [name='verify']
  16. ^static/(?P<path>.*)$
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$
  19. ^media/(?P<path>.*)$

The current path, product/%D9%85%D8%B9%D8%B1%D9%81%DB%8C-%D9%88-%D8%AA%D9%88%D8%B6%DB%8C%D8%AD%D8%A7%D8%AA-%D8%AF%D9%88%D8%B1%D9%87-%D9%85%D8%A8%D8%AA%D8%AF%DB%8C, 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.