Page not found (404)

Request Method: GET
Request URL: http://takhlye.ir/%25d9%2584%25d9%2588%25d9%2584%25d9%2587-%25d8%25a8%25d8%25a7%25d8%25b2-%25da%25a9%25d9%2586%25db%258c-%25d8%25aa%25d8%25ae%25d9%2584%25db%258c%25d9%2587-%25da%2586%25d8%25a7%25d9%2587-%25d9%2585%25d9%2586%25d8%25b7%25d9%2582%25d9%2587-%25d9%2587%25d9%2581%25d8%25aa/

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

  1. admin/
  2. [name='home_page']
  3. blog/
  4. ^media/(?P<path>.*)$
  5. ^static/(?P<path>.*)$
  6. ^media/(?P<path>.*)$

The current path, %d9%84%d9%88%d9%84%d9%87-%d8%a8%d8%a7%d8%b2-%da%a9%d9%86%db%8c-%d8%aa%d8%ae%d9%84%db%8c%d9%87-%da%86%d8%a7%d9%87-%d9%85%d9%86%d8%b7%d9%82%d9%87-%d9%87%d9%81%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.