Page not found (404)

Request Method: GET
Request URL: http://sarmazin.com/%25D9%2585%25D8%25AD%25D8%25B5%25D9%2588%25D9%2584%25D8%25A7%25D8%25AA

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

  1. admin/
  2. [name='sites']
  3. details/ [name='details']
  4. site/<str:section_id>/ [name='sites_section']
  5. item/<int:item_id>/ [name='sites_item']
  6. main/
  7. ckeditor/
  8. accounts/
  9. users/
  10. fonts/
  11. animates/
  12. links/
  13. parts/
  14. parts_types/
  15. parts_items/
  16. parts_items_images/
  17. infos/
  18. updates/
  19. details/
  20. heros/
  21. offices/
  22. officeaccess/
  23. tickets/
  24. ^media/(?P<path>.*)$
  25. ^static/(?P<path>.*)$

The current path, %D9%85%D8%AD%D8%B5%D9%88%D9%84%D8%A7%D8%AA, 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.