Page not found (404)

No results
Request Method: GET
Request URL: http://127.0.0.1:8002/data/html/gnd/11912615X
Raised by: pubby.views.get

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

  1. pubby/
  2. pubby2/
  3. admin/
  4. sparql/
  5. sparql.html
  6. data/ [name='index']
  7. data/ <path:URI> [name='get']

The current path, data/html/gnd/11912615X, 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.