Page not found (404)

Request Method: GET
Request URL: http://inventariosen.dane.gov.co/entities/entities/22/www.andi.com.co

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

  1. admin/
  2. account/
  3. login/
  4. entities/ ^created_entities [name='created_entities']
  5. entities/ ^all_entities [name='all_entities']
  6. entities/ ^publish_entities [name='publish_entities']
  7. entities/ ^disable_entities [name='disable_entities']
  8. entities/ entities/<int:pk>/ [name='entities_detail']
  9. entities/ entities/<int:pk>/edit/ [name='entitie_edit']
  10. entities/ entities/<id>/delete [name='entitie_delete']
  11. entities/ ^report_entities/$ [name='report_entities']
  12. ooee/
  13. rraa/
  14. demandas/
  15. ^$
  16. ^media/(?P<path>.*)$

The current path, entities/entities/22/www.andi.com.co, 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.