Page not found (404)

Request Method: GET
Request URL: http://pubz-web-prd:8000/Pub/pman3/pman3.cgi?T=%E8%8B%A5%E6%89%8B%E3%81%AB%E3%82%88%E3%82%8B%E3%83%A2%E3%83%87%E3%83%AB%E7%B3%BB%E7%A0%94%E7%A9%B6%E3%81%A8%E3%83%87%E3%83%90%E3%82%A4%E3%82%B9%E7%B3%BB%E7%A0%94%E7%A9%B6%E7%AC%AC2%E5%9B%9E%E3%83%92%E3%83%A5%E3%83%BC%E3%83%9E%E3%83%B3%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%95%E3%82%A7%E3%83%BC%E3%82%B9%E5%AD%A6%E4%BC%9A%E8%AA%8C

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.