Page not found (404)

Request Method: GET
Request URL: http://3.29.19.191/

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

  1. admin/
  2. health_check/
  3. ^o/
  4. api/v1/users/
  5. api/v1/parts/
  6. api/v1/suppliers/
  7. api/v1/inventory/
  8. api/v1/purchase/
  9. api/v1/dashboard/
  10. api/v1/stockout/
  11. api/v1/repair/

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.