Page not found (404)

Request Method: GET
Request URL: http://pubz-web-prd:8000/Pub/pman3/pman3.cgi?MODE=list;MENU=simple;FROM=author;SEARCH=%E4%B8%AD%E9%87%8E%20%E8%B3%A2%EF%BC%8C%E6%98%A5%E6%9C%AC%20%E8%A6%81%EF%BC%8C%E4%B8%8B%E6%A2%9D%20%E7%9C%9F%E5%8F%B8%EF%BC%8C%E8%A5%BF%E5%B0%BE%20%E7%AB%A0%E6%B2%BB%E9%83%8E;LOGIC=and;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.