Page not found (404)

Request Method: GET
Request URL: http://rider.ir/%D8%AE%D8%AF%D9%85%D8%A7%D8%AA-%D8%B3%D9%88%D8%A7%D8%B1%DA%A9%D8%A7%D8%B1%DB%8C/

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

  1. rosa-admin/
  2. [name='index']
  3. rosa_project/ [name='rosa_project']
  4. about_us [name='about_us']
  5. co_op [name='co_op']
  6. delivery_conditions [name='delivery_conditions']
  7. delivery_payment_procedure [name='delivery_payment_procedure']
  8. fetching_data [name='fetching_data']
  9. got_error [name='got_error']
  10. law [name='law']
  11. membership [name='membership']
  12. payment_received_conditions [name='payment_received_conditions']
  13. privacy_security [name='privacy_security']
  14. purchase_products [name='purchase_products']
  15. safe_purchase_guideline [name='safe_purchase_guideline']
  16. support_team [name='support_team']
  17. term_of_use [name='term_of_use']
  18. track_order [name='track_order']
  19. microfinance [name='microfinance']
  20. club/
  21. contract/
  22. financial/
  23. gateway/
  24. hors/
  25. member/
  26. product/
  27. shop/
  28. news/
  29. basic/
  30. ^statics/(?P<path>.*)$
  31. ^media/(?P<path>.*)$

The current path, خدمات-سوارکاری/, 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.