Page not found (404)

Request Method: GET
Request URL: http://zt96.ir/%25d8%25aa%25db%258c%25d8%25b1%25da%2586%25d9%2587-%25d8%25b5%25d9%2586%25d8%25b9%25d8%25aa%25db%258c/

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

  1. admin/
  2. [name='home_page']
  3. blog/ [name='blog_list']
  4. blog/<blog_id>/<blog_title>/ [name='blog_detail']
  5. blog/<category_name>/ [name='search_blog_by_category']
  6. projects/ [name='project_list']
  7. project/<project_id>/<project_title>/ [name='project_detail']
  8. about-us/ [name='about_us']
  9. contact-us/ [name='contact_us']
  10. ckeditor/
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

The current path, %d8%aa%db%8c%d8%b1%da%86%d9%87-%d8%b5%d9%86%d8%b9%d8%aa%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.