Page not found (404)

Request Method: GET
Request URL: https://interintel.co.ke/about_interintel.html

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

  1. accounts/
  2. admin/
  3. api/
  4. iic_editor/
  5. metrics/
  6. schema/ [name='schema']
  7. swagger/ [name='swagger-ui']
  8. redoc/ [name='redoc']
  9. openapi/administration/
  10. openapi/upc/
  11. openapi/bridge/
  12. openapi/vcs/
  13. openapi/pos/
  14. openapi/crm/
  15. openapi/crc/
  16. openapi/paygate/
  17. openapi/inventory/
  18. openapi/seller/
  19. openapi/bidfather/
  20. ^GOTO/(?P<service>[\w\d\-\ ]{1,50})/$
  21. ^logout/$
  22. ^(?P<page>[\-\w\d]{1,30})(?:/(?P<route>[\-\w\d]{1,100}))?/?$ [name='page']
  23. [name='initial_page']

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