Page not found (404)

Request Method: GET
Request URL: http://pubz-web-prd:8000/Pub/pman3/pman3.cgi?MODE=list;MENU=simple;FROM=tag;SEARCH=%E7%84%A1%E7%B7%9A%E3%82%BB%E3%83%B3%E3%82%B5%E3%83%8D%E3%83%83%E3%83%88%E3%83%AF%E3%83%BC%E3%82%AF%E3%81%AB%E3%81%8A%E3%81%91%E3%82%8B%E9%9B%BB%E6%B3%A2%E5%88%B0%E9%81%94%E7%89%B9%E6%80%A7%E3%81%AE%E5%AE%9F%E6%B8%AC%E3%81%AB%E5%9F%BA%E3%81%A5%E3%81%8F%E7%B5%8C%E8%B7%AF%E6%A7%8B%E7%AF%89%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6;LOGIC=or;SORT=;PTYPE=all;LANG=ja

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

  1. core/
  2. api/
  3. accounts/
  4. admin/
  5. ^media/(?P<path>.*)$

The current path, Pub/pman3/pman3.cgi, 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.