Page not found (404)

Request Method: GET
Request URL: https://app.mahimo.co/login

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

  1. admin/
  2. auth/token/ [name='token']
  3. auth/
  4. user/
  5. quiz/
  6. shop/
  7. admin-api/
  8. admin-api/
  9. admin-api/
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$
  12. api-auth/
  13. swagger/ [name='schema-swagger-ui']
  14. redoc/ [name='schema-redoc']

The current path, login, 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.