Page not found (404)

Request Method: GET
Request URL: http://3.22.163.10/

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

  1. admin/
  2. api/company/search/ [name='company-search']
  3. api/company/create/ [name='company-create']
  4. api/company/start_research/ [name='start-research']
  5. api/
  6. api/
  7. api/
  8. api/token/ [name='token_obtain_pair']
  9. api/token/refresh/ [name='token_refresh']
  10. api/me/ [name='user-me']

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.