Page not found (404)

Equipo no existe
Request Method: GET
Request URL: http://clubsimracing.com/equipo/iridium-motorsports/
Raised by: myapp.views.equipo

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

  1. admin/
  2. members/
  3. seccion/
  4. ckeditor/
  5. verification/
  6. [name='index']
  7. home/ [name='index']
  8. about/ [name='about']
  9. hello/<str:username>/ [name='hello']
  10. campeonatos/ [name='campeonatos']
  11. campeonato/<int:campeonato_id>/ [name='campeonato']
  12. temporadas/ [name='temporadas']
  13. temporada/<int:temporada_id>/ [name='temporada']
  14. temporada/<int:temporada_id>/<str:section>/ [name='temporada']
  15. temporada/<int:temporada_id>/<str:section>/<int:evento_id>/ [name='temporada']
  16. eventos/ [name='eventos']
  17. evento/<int:evento_id>/ [name='evento']
  18. evento/<int:evento_id>/inscritos/<sesion_id>/ [name='inscritos']
  19. resultados/evento/<int:evento_id>/ [name='resultados']
  20. reclamaciones/evento/<int:evento_id>/ [name='reclamaciones']
  21. reclamar/evento/<int:evento_id>/ [name='reclamar']
  22. pistas/ [name='pistas']
  23. pista/<int:pista_id>/ [name='pista']
  24. coches/ [name='coches']
  25. coches/<int:temporada_id>/ [name='coches']
  26. coche/<int:coche_id>/ [name='coche']
  27. equipos/ [name='equipos']
  28. equipo/<slug>/ [name='equipo']

The current path, equipo/iridium-motorsports/, 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.