Page not found (404)

Request Method: GET
Request URL: http://192.168.15.22/

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

  1. api/admin/
  2. api/graphql
  3. ^ht/
  4. api/core/
  5. api/report/
  6. api/location/
  7. api/medical/
  8. api/medical_pricelist/
  9. api/product/
  10. api/insuree/
  11. api/policy/
  12. api/contribution/
  13. api/claim/
  14. api/claim_batch/
  15. api/webapp/
  16. api/api_fhir/
  17. ^media/(?P<path>.*)$

The empty path 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.