Page not found (404)

Request Method: GET
Request URL: http://pouyanpress.com/2017/06/23/%D9%86%D9%88%D8%B4%D8%AA%D9%87-%DB%8C-%D8%A2%D8%B2%D9%85%D8%A7%DB%8C%D8%B4%DB%8C-%D8%B4%D9%85%D8%A7%D8%B1%D9%87-%DB%8C-2/

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

  1. admin/
  2. [name='home_page']
  3. books/ [name='books']
  4. contactus/ [name='contactus']
  5. conferences/ [name='confrence']
  6. journals/ [name='jornal']
  7. editorial-board/ [name='editorial']
  8. joinus/ [name='joinus']
  9. signup/ [name='signup']
  10. aim/ [name='aim']
  11. ^media/(?P<path>.*)$

The current path, 2017/06/23/نوشته-ی-آزمایشی-شماره-ی-2/, 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.