Page not found (404)

Request Method: GET
Request URL: https://omoorepeyman.ir/inquiry/%25d8%25b1%25d9%2586%25da%25af-%25d8%25a2%25d9%2585%25db%258c%25d8%25b2%25db%258c-%25da%25a9%25d8%25a7%25d8%25b1%25d9%2587%25d8%25a7%25db%258c-%25d9%2581%25d9%2584%25d8%25b2%25db%258c/

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, inquiry/%d8%b1%d9%86%da%af-%d8%a2%d9%85%db%8c%d8%b2%db%8c-%da%a9%d8%a7%d8%b1%d9%87%d8%a7%db%8c-%d9%81%d9%84%d8%b2%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.