Page not found (404)

Request Method: GET
Request URL: http://sarmazin.com/%25d8%25af%25d8%25b1%25d8%25a8%25d8%25a7%25d8%25b1%25d9%2587-%25d9%2585%25d8%25a7/

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, %d8%af%d8%b1%d8%a8%d8%a7%d8%b1%d9%87-%d9%85%d8%a7/, 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.