Page not found (404)

Request Method: GET
Request URL: https://collection.rcgs.jp/resource/PROVISIONACTIVITY0013847
Raised by: jvmg.views.main

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

  1. mdbapp/search [name='search']
  2. mdbapp/crosstab [name='uri_crosstab']
  3. <path:path>/ont/ [name='uri_lookup_ont']
  4. <path:path> [name='main']

The current path, resource/PROVISIONACTIVITY0013847, matched the last one.

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.