Page not found (404)

Request Method: GET
Request URL: http://3.230.124.60/

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

  1. admin/
  2. saml2_auth/
  3. api/auth/
  4. api/auth/
  5. api/auth/
  6. api/
  7. api/
  8. api/
  9. api/
  10. api/
  11. api/
  12. redoc/ [name='redoc-schema']
  13. swagger/ [name='swagger-schema']

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.