Page not found (404)

Request Method: GET
Request URL: https://www.xprus.com/col/col3713/index.html

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

  1. [name='home']
  2. about/ [name='about']
  3. knowledge_base/ [name='knowledge_base']
  4. events/ [name='events']
  5. careers/ [name='careers']
  6. contacts/ [name='contacts']
  7. enterprise_services/ [name='enterprise_services']
  8. enterprise_services/data_services/ [name='data_services']
  9. enterprise_services/infrastructure_operations/ [name='infrastructure_operations']
  10. enterprise_services/digital_transformation/ [name='digital_transformation']
  11. enterprise_services/additional_services/ [name='additional_services']
  12. individual_services/ [name='individual_services']
  13. individual_services/details/ [name='individual_services_details']
  14. request-enterprise-services/ [name='RequestEnterprice']
  15. request-individual-services/ [name='RequestIndividual']
  16. maintenance/ [name='maintenance']
  17. djangoadmin/
  18. ^static/(?P<path>.*)$
  19. ^media/(?P<path>.*)$

The current path, col/col3713/index.html, 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.