Page not found (404)

Request Method: GET
Request URL: http://3.230.24.37/

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

  1. admin/
  2. health/
  3. api/token/refresh/ [name='token_refresh']
  4. api/token/verify/ [name='token_verify']
  5. api/user/
  6. api/staff/
  7. api/account/
  8. api/wr/
  9. api/ref/
  10. api/auth/
  11. api/email/
  12. api/patient/
  13. api/tissue/
  14. api/navigation/
  15. api/clinicaltrial/
  16. api/message/
  17. api/membership/
  18. api/registration/
  19. api/notification/

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.