Page not found (404)

Request Method: GET
Request URL: https://www.motapp.ir/login

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

  1. admin/
  2. logout/
  3. api/signin/
  4. api/login/
  5. api/sendcode/
  6. forgotpassword/
  7. rules/
  8. resetpassword/<slug:token>/
  9. panel/
  10. adv/
  11. contact/
  12. static/<path:path>
  13. calls/
  14. checking/

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.