Page not found (404)

piloto  não encontrado de acordo com a consulta
Request Method: GET
Request URL: https://imperioendurancebrasil.com.br/piloto/ricardo-haag
Raised by: apps.championship.views.PilotDetailView

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

  1. admin/
  2. filer/
  3. ckeditor5/
  4. ^media/(?P<path>.*)$
  5. ^static/(?P<path>.*)$
  6. [name='home']
  7. login [name='login']
  8. logout [name='logout']
  9. aovivo [name='live']
  10. equipes [name='teams']
  11. equipe/<slug:slug> [name='team']
  12. pilotos [name='pilots']
  13. piloto/<slug:slug> [name='pilot']

The current path, piloto/ricardo-haag, 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.