Page not found (404)

Request Method: GET
Request URL: https://omoorepeyman.ir/tag/%2525D8%2525AF%2525D9%2525BE%2525D8%2525A7%2525D8%2525B1%2525D8%2525AA%2525D9%252585%2525D8%2525A7%2525D9%252586-%2525D8%2525AD%2525D9%252582%2525D9%252588%2525D9%252582%2525DB%25258C/

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

  1. register [name='register_page']
  2. singup [name='singup_page']
  3. code [name='code_page']
  4. login [name='login_page']
  5. recovery_password_step1 [name='recovery_password_step1_mobile']
  6. recovery_password_step2 [name='recovery_password_step2_code']
  7. recovery_password [name='recovery_password']
  8. activate-account/<email_active_code> [name='activate_account']
  9. articles/add-article-comment [name='add_article_comment']
  10. admin/
  11. database_document [name='comming_soon']
  12. new_user [name='new_user']
  13. sms
  14. test
  15. teachers
  16. teacher/<id>
  17. free-learn [name='list_learn_free_home']
  18. learns [name='list_learn_price_home']
  19. documents [name='documents']
  20. detail_document/<id> [name='detail_document_home']
  21. basket [name='user_basket']
  22. player
  23. document/
  24. Books/
  25. books [name='book_list_general']
  26. books_detail/<id> [name='book_detail']
  27. user_panel/
  28. user_panel/
  29. user_panel/
  30. learn_detail/<id> [name='learn-detail_home']
  31. LearnDetail/<id> [name='learn_detail_price']
  32. upload [name='upload_file']
  33. search/ [name='search']
  34. order/
  35. ^media/(?P<path>.*)$

The current path, tag/%25D8%25AF%25D9%25BE%25D8%25A7%25D8%25B1%25D8%25AA%25D9%2585%25D8%25A7%25D9%2586-%25D8%25AD%25D9%2582%25D9%2588%25D9%2582%25DB%258C/, 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.