Page not found (404)

No paper found matching the query
Request Method: GET
Request URL: https://latin.ime.usp.br/publications/augkey/
Raised by: papers.views.PaperDetailView

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

  1. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  2. ^swagger/$ [name='schema-swagger-ui']
  3. ^redoc/$ [name='schema-redoc']
  4. ^demos/
  5. ^datasets/
  6. ^publications/ ^$ [name='all_publications']
  7. ^publications/ ^(?P<slug>[-\w]+)/$ [name='paper_details']

The current path, publications/augkey/, 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.