Page not found (404)

Request Method: GET
Request URL: http://pouyanpress.com/news/cat_others/%E3%80%8C%E5%8C%BB%E7%99%82%E6%A9%9F%E5%99%A8%E5%8F%8A%E3%81%B3%E4%BD%93%E5%A4%96%E8%A8%BA%E6%96%AD%E7%94%A8%E5%8C%BB%E8%96%AC%E5%93%81%E3%81%AE%E3%83%AA%E3%82%B9%E3%82%AF%E7%AE%A1%E7%90%86%E8%A8%88/

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, news/cat_others/「医療機器及び体外診断用医薬品のリスク管理計/, 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.