Page not found (404)

Request Method: GET
Request URL: https://www.imperioendurancebrasil.com.br/etapas

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']
  14. classificacao [name='classification']
  15. calendario [name='stages']
  16. calendario/<slug:slug> [name='stage']
  17. set_season/current [name='set_season']
  18. set_season/<uuid:season_id> [name='set_season']
  19. noticias [name='articles']
  20. noticia/<slug:slug> [name='article']
  21. espaco-ape [name='index']
  22. espaco-ape/<uuid:key> [name='download']

The current path, etapas, 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.