Page not found (404)

Request Method: GET
Request URL: http://interclubesbogota.com/perfil?cod=2140

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

  1. admin/
  2. api/
  3. auth/
  4. api/
  5. api/
  6. api/
  7. [name='home']
  8. login [name='login']
  9. logout [name='logout']
  10. account [name='account']
  11. account/profile [name='profile']
  12. account/penalties [name='penalties']
  13. last-games [name='last-games']
  14. team/ [name='team']
  15. team/add-player [name='add-player']
  16. team/players [name='list-player']
  17. team/players/<int:pk> [name='edit-player']
  18. team/add-gallery [name='add-gallery']
  19. team/add-picture [name='add-picture']
  20. team/edit-team [name='edit-team']
  21. team/lineup [name='lineup']
  22. login [name='login']
  23. calendar/ [name='calendar']
  24. galleries/ [name='galleries']
  25. news/ [name='news']
  26. news/<int:pk> [name='news-detail']
  27. broadcasted/ [name='broadcasted']
  28. broadcasted/<int:pk> [name='broadcasted-detail']
  29. tournaments/ [name='tournaments']
  30. tournaments/<int:pk> [name='tournaments-detail']
  31. teams/ [name='teams']
  32. teams/<int:pk> [name='teams-detail']
  33. fixtures/ [name='fixtures']
  34. fixtures/<int:pk> [name='fixtures-detail']
  35. response/ [name='epayco-response']
  36. results/ [name='results']
  37. results/<int:pk> [name='results-detail']
  38. lineups [name='admin-lineups']
  39. cookies-policies/ [name='cookies']
  40. terms-and-conditions/ [name='terms-and-contions']
  41. ^media/(?P<path>.*)$
  42. ^static/(?P<path>.*)$

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