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%AC%AC4%E5%9B%9E%E3%80%8C%E8%BF%91%E7%95%BF%E5%9C%8F%E3%81%AB%E3%81%8A%E3%81%91%E3%82%8B%E6%83%85%E5%A0%B1%E9%80%9A%E4%BF%A1%E5%88%86%E9%87%8E%E3%81%AE%E7%94%A3%E5%AD%A6%E5%AE%98%E9%80%A3%E6%90%BA%E3%82%92%E8%80%83%E3%81%88%E3%82%8B%E6%87%87%E8%AB%87%E4%BC%9A%E3%80%8D;LOGIC=or;SORT=;PTYPE=all;LANG=ja;STATIC

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.